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