2 writes to _customAttributes
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeTypeMember.cs (2)
88
_customAttributes
= new CodeAttributeDeclarationCollection();
94
_customAttributes
= value;
2 references to _customAttributes
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeTypeMember.cs (2)
86
if (
_customAttributes
== null)
90
return
_customAttributes
;