9 references to HasProperties
Microsoft.Gen.Logging (9)
Emission\Emitter.cs (1)
101
if (parameter.
HasProperties
)
Emission\Emitter.Method.cs (5)
270
return p.IsNormalParameter && !p.HasTagProvider && !p.
HasProperties
;
293
if (p.
HasProperties
&& !p.SkipNullProperties)
348
if (p.
HasProperties
&& !p.SkipNullProperties)
399
if (p.
HasProperties
&& !p.SkipNullProperties)
423
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
)