| 2768 | |
| 2769 | |
| 2770 | void Debugger::PropertyWriter::WriteProperty(LPCSTR aName, ExprTokenType &aValue) |
| 2771 | { |
| 2772 | mProp.fullname.AppendFormat(".%s", aName); |
| 2773 | _WriteProperty(aValue); |
| 2774 | } |
| 2775 | |
| 2776 | |
| 2777 | void Debugger::PropertyWriter::WriteProperty(LPCWSTR aName, ExprTokenType &aValue) |
no test coverage detected