1 write to CustomAttributes
System.Web.Services (1)
System\Web\Services\Description\WebCodeGenerator.cs (1)
191
param.
CustomAttributes
= parameterAttributes[i];
16 references to CustomAttributes
System (8)
compmod\microsoft\csharp\csharpcodeprovider.cs (2)
1792
if (e.
CustomAttributes
.Count > 0) {
1794
GenerateAttributes(e.
CustomAttributes
, null, true);
compmod\microsoft\visualbasic\VBCodeProvider.cs (2)
1424
if (e.
CustomAttributes
.Count > 0) {
1425
OutputAttributes(e.
CustomAttributes
, true);
compmod\system\codedom\compiler\CodeGenerator.cs (2)
1474
if (e.
CustomAttributes
.Count > 0) {
1475
OutputAttributeDeclarations(e.
CustomAttributes
);
compmod\system\codedom\compiler\CodeValidator.cs (2)
771
if (e.
CustomAttributes
.Count > 0) {
772
ValidateAttributes(e.
CustomAttributes
);
System.ServiceModel (1)
System\ServiceModel\Description\OperationGenerator.cs (1)
508
return paramDecl.
CustomAttributes
;
System.Web (3)
Compilation\ObjectFactoryCodeDomTreeGenerator.cs (1)
171
foreach (CodeAttributeDeclaration attr in paramExpr.
CustomAttributes
) {
Compilation\TemplateControlCodeDomTreeGenerator.cs (2)
309
parameterExpr.
CustomAttributes
.Add(customAttrExpr);
314
parameterExpr.
CustomAttributes
.Add(defaultValAttrExpr);
System.Web.Extensions (2)
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (2)
1755
if (!IsDefinedInCodeAttributeCollection(typeof(System.Runtime.InteropServices.OutAttribute), parameter.
CustomAttributes
))
1757
parameter.
CustomAttributes
.Add(OutAttribute);
System.Web.Services (1)
System\Web\Services\Description\HttpProtocolImporter.cs (1)
167
AppendMetadata(parameters[i].Attributes, mainCodeMethod.Parameters[i].
CustomAttributes
);
System.Workflow.Activities (1)
WebServiceReceive.cs (1)
813
paramDecl.
CustomAttributes
.Add(new CodeAttributeDeclaration(new CodeTypeReference(typeof(System.Runtime.InteropServices.OutAttribute))));