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