9 references to HasProperties
Microsoft.Gen.Logging (9)
Emission\Emitter.cs (1)
101if (parameter.HasProperties)
Emission\Emitter.Method.cs (5)
265return p.IsNormalParameter && !p.HasTagProvider && !p.HasProperties; 288if (p.HasProperties && !p.SkipNullProperties) 343if (p.HasProperties && !p.SkipNullProperties) 394if (p.HasProperties && !p.SkipNullProperties) 418if (p.HasProperties && p.SkipNullProperties && !p.HasTagProvider)
Parsing\Parser.cs (3)
134if (lp.HasDataClassification && (lp.HasProperties || lp.HasTagProvider)) 140if (lp.HasProperties && lp.HasTagProvider) 489if (parameter.HasProperties)