1 write to name
System (1)
compmod\system\codedom\CodeVariableDeclarationStatement.cs (1)
120name = value;
2 references to name
System (2)
compmod\system\codedom\CodeVariableDeclarationStatement.cs (2)
117return (name == null) ? string.Empty : name;