2 writes to NeedsAtSign
Microsoft.Gen.Logging (2)
LoggingMethodParameterExtensions.cs (1)
21
NeedsAtSign
= parameter.NeedsAtSign,
Parser.LogProperties.cs (1)
215
lp.
NeedsAtSign
= propertyIdentifier[0] == '@';
1 reference to NeedsAtSign
Microsoft.Gen.Logging (1)
LoggingProperty.cs (1)
31
public string PropertyNameWithAt =>
NeedsAtSign
? "@" + PropertyName : PropertyName;