9 references to HasProperties
Microsoft.Gen.Logging (9)
Emitter.cs (1)
104if (parameter.HasProperties)
Emitter.Method.cs (5)
281return p.IsNormalParameter && !p.HasTagProvider && !p.HasProperties; 304if (p.HasProperties && !p.SkipNullProperties) 366if (p.HasProperties && !p.SkipNullProperties) 412if (p.HasProperties && !p.SkipNullProperties) 436if (p.HasProperties && p.SkipNullProperties && !p.HasTagProvider)
Parser.cs (3)
143if (lp.HasDataClassification && (lp.HasProperties || lp.HasTagProvider)) 149if (lp.HasProperties && lp.HasTagProvider) 548if (parameter.HasProperties)