2 writes to _name
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeAttributeDeclaration.cs (2)
70_name = attributeType.BaseType; 92_name = value;
3 references to _name
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.CodeDom\System\CodeAttributeDeclaration.cs (3)
88return (_name == null) ? string.Empty : _name; 93_attributeType = new CodeTypeReference(_name);