1 write to _propertyName
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\System\CodePropertyReferenceExpression.cs (1)
80
_propertyName
= value;
2 references to _propertyName
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodePropertyReferenceExpression.cs (2)
76
return (
_propertyName
== null) ? string.Empty :
_propertyName
;