1 write to NeedsAtSign
Microsoft.Gen.Logging (1)
Parser.cs (1)
657NeedsAtSign = needsAtSign,
4 references to NeedsAtSign
Microsoft.Gen.Logging (4)
Emitter.Method.cs (2)
542var atSign = p.NeedsAtSign ? "@" : string.Empty; 571var atSign = p.NeedsAtSign ? "@" : string.Empty;
LoggingMethodParameter.cs (1)
37public string ParameterNameWithAtIfNeeded => NeedsAtSign ? "@" + ParameterName : ParameterName;
LoggingMethodParameterExtensions.cs (1)
21NeedsAtSign = parameter.NeedsAtSign,