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)
54return (_variableName == null) ? string.Empty : _variableName;