2 writes to variableName
System (2)
compmod\system\codedom\CodeVariableReferenceExpression.cs (2)
44this.variableName = variableName; 56variableName = value;
2 references to variableName
System (2)
compmod\system\codedom\CodeVariableReferenceExpression.cs (2)
53return (variableName == null) ? string.Empty : variableName;