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