6 references to s_propertyTypeFormat
Microsoft.Diagnostics.DataContractReader.DataGenerator (6)
Parser.cs (6)
226
PropertyOrReturnTypeFqn: prop.Type.ToDisplayString(
s_propertyTypeFormat
),
245
string fqnType = prop.Type.ToDisplayString(
s_propertyTypeFormat
);
277
string fqnType = prop.Type.ToDisplayString(
s_propertyTypeFormat
);
321
PropertyOrReturnTypeFqn: prop.Type.ToDisplayString(
s_propertyTypeFormat
),
341
PropertyOrReturnTypeFqn: prop.Type.ToDisplayString(
s_propertyTypeFormat
),
385
PropertyOrReturnTypeFqn: method.ReturnType.ToDisplayString(
s_propertyTypeFormat
),