8 references to CustomAttributes
dotnet-svcutil-lib (8)
CodeDomFixup\CodeDomVisitors\CodeDomVisitor.cs (1)
370Enumerate(expr.CustomAttributes);
FrameworkFork\Microsoft.CodeDom\Compiler\CodeGenerator.cs (2)
1722if (e.CustomAttributes.Count > 0) 1724OutputAttributeDeclarations(e.CustomAttributes);
FrameworkFork\Microsoft.CodeDom\Compiler\CodeValidator.cs (2)
966if (e.CustomAttributes.Count > 0) 968ValidateAttributes(e.CustomAttributes);
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (2)
2030if (e.CustomAttributes.Count > 0) 2033GenerateAttributes(e.CustomAttributes, null, true);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (1)
506return paramDecl.CustomAttributes;