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)
304if (p.HasProperties && !p.SkipNullProperties) 366if (p.HasProperties && !p.SkipNullProperties) 412if (p.HasProperties && !p.SkipNullProperties) 436if (p.HasProperties && p.SkipNullProperties && !p.HasTagProvider)