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