1 write to _customAttributes
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\System\CodeTypeParameter.cs (1)
65
_customAttributes
= new CodeAttributeDeclarationCollection();
2 references to _customAttributes
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeTypeParameter.cs (2)
63
if (
_customAttributes
== null)
67
return
_customAttributes
;