5 references to s_propertyTypeFormat
Microsoft.Diagnostics.DataContractReader.DataGenerator (5)
Parser.cs (5)
216
string fqnType = prop.Type.ToDisplayString(
s_propertyTypeFormat
);
248
string fqnType = prop.Type.ToDisplayString(
s_propertyTypeFormat
);
298
PropertyOrReturnTypeFqn: prop.Type.ToDisplayString(
s_propertyTypeFormat
),
318
PropertyOrReturnTypeFqn: prop.Type.ToDisplayString(
s_propertyTypeFormat
),
362
PropertyOrReturnTypeFqn: method.ReturnType.ToDisplayString(
s_propertyTypeFormat
),