1 write to SkipNullProperties
Microsoft.Gen.Logging (1)
Parser.LogProperties.cs (1)
48
(lp.
SkipNullProperties
, lp.OmitReferenceName, bool transitive) = AttributeProcessors.ExtractLogPropertiesAttributeValues(logPropertiesAttribute);
4 references to SkipNullProperties
Microsoft.Gen.Logging (4)
Emitter.Method.cs (4)
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)