2 writes to PropertyName
Microsoft.Gen.Logging (2)
LoggingMethodParameterExtensions.cs (1)
19PropertyName = parameter.ParameterName,
Parser.LogProperties.cs (1)
196PropertyName = property.Name,
4 references to PropertyName
Microsoft.Gen.Logging (4)
Emitter.Method.cs (2)
671.Append(needAts ? property.PropertyNameWithAt : property.PropertyName) 676_ = localStringBuilder.Append(needAts ? leafProperty.PropertyNameWithAt : leafProperty.PropertyName);
LoggingProperty.cs (2)
31public string PropertyNameWithAt => NeedsAtSign ? "@" + PropertyName : PropertyName;