9 references to HasProperties
Microsoft.Gen.Logging (9)
Emission\Emitter.cs (1)
101
if (parameter.
HasProperties
)
Emission\Emitter.Method.cs (5)
269
return p.IsNormalParameter && !p.HasTagProvider && !p.
HasProperties
;
292
if (p.
HasProperties
&& !p.SkipNullProperties)
347
if (p.
HasProperties
&& !p.SkipNullProperties)
398
if (p.
HasProperties
&& !p.SkipNullProperties)
422
if (p.
HasProperties
&& p.SkipNullProperties && !p.HasTagProvider)
Parsing\Parser.cs (3)
134
if (lp.HasDataClassification && (lp.
HasProperties
|| lp.HasTagProvider))
140
if (lp.
HasProperties
&& lp.HasTagProvider)
489
if (parameter.
HasProperties
)