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