1 write to SkipNullProperties
Microsoft.Gen.Logging (1)
Parsing\Parser.LogProperties.cs (1)
49(lp.SkipNullProperties, lp.OmitReferenceName, bool transitive) = AttributeProcessors.ExtractLogPropertiesAttributeValues(logPropertiesAttribute);
4 references to SkipNullProperties
Microsoft.Gen.Logging (4)
Emission\Emitter.Method.cs (4)
292if (p.HasProperties && !p.SkipNullProperties) 347if (p.HasProperties && !p.SkipNullProperties) 398if (p.HasProperties && !p.SkipNullProperties) 422if (p.HasProperties && p.SkipNullProperties && !p.HasTagProvider)