2 writes to _variableName
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeVariableReferenceExpression.cs (2)
43
_variableName
= variableName;
58
_variableName
= value;
2 references to _variableName
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeVariableReferenceExpression.cs (2)
54
return (
_variableName
== null) ? string.Empty :
_variableName
;