2 writes to _attributeType
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeAttributeDeclaration.cs (2)
67
_attributeType
= attributeType;
93
_attributeType
= new CodeTypeReference(_name);
1 reference to _attributeType
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\System\CodeAttributeDeclaration.cs (1)
114
return
_attributeType
;