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