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)
86if (_customAttributes == null) 90return _customAttributes;