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