2 references to PropertyNameWithAt
Microsoft.Gen.Logging (2)
Emission\Emitter.Method.cs (2)
657
.Append(needAts ? property.
PropertyNameWithAt
: property.PropertyName)
662
_ = localStringBuilder.Append(needAts ? leafProperty.
PropertyNameWithAt
: leafProperty.PropertyName);