2 writes to name
System (2)
compmod\system\codedom\CodeTypeParameter.cs (2)
33
this.
name
= name;
41
name
= value;
2 references to name
System (2)
compmod\system\codedom\CodeTypeParameter.cs (2)
38
return (
name
== null) ? string.Empty :
name
;