2 writes to _customAttributes
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeParameterDeclarationExpression.cs (2)
80_customAttributes = new CodeAttributeDeclarationCollection(); 86_customAttributes = value;
2 references to _customAttributes
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeParameterDeclarationExpression.cs (2)
78if (_customAttributes == null) 82return _customAttributes;