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)
88
return (
_name
== null) ? string.Empty :
_name
;
93
_attributeType = new CodeTypeReference(
_name
);