9 references to HasProperties
Microsoft.Gen.Logging (9)
Emission\Emitter.cs (1)
101if (parameter.HasProperties)
Emission\Emitter.Method.cs (5)
269return p.IsNormalParameter && !p.HasTagProvider && !p.HasProperties; 292if (p.HasProperties && !p.SkipNullProperties) 347if (p.HasProperties && !p.SkipNullProperties) 398if (p.HasProperties && !p.SkipNullProperties) 422if (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)