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