2 writes to _name
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeTypeParameter.cs (2)
32_name = name; 43_name = value;
2 references to _name
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeTypeParameter.cs (2)
39return (_name == null) ? string.Empty : _name;