9 references to System_ParamArrayAttribute
Microsoft.CodeAnalysis (1)
WellKnownMembers.cs (1)
526
(byte)WellKnownType.
System_ParamArrayAttribute
, // DeclaringTypeId
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (6)
Semantics\DelegateTypeTests.cs (6)
15815
comp.MakeTypeMissing(WellKnownType.
System_ParamArrayAttribute
);
15829
comp.MakeTypeMissing(WellKnownType.
System_ParamArrayAttribute
);
15847
comp.MakeTypeMissing(WellKnownType.
System_ParamArrayAttribute
);
15869
comp2.MakeTypeMissing(WellKnownType.
System_ParamArrayAttribute
);
15886
comp.MakeTypeMissing(WellKnownType.
System_ParamArrayAttribute
);
15903
comp.MakeTypeMissing(WellKnownType.
System_ParamArrayAttribute
);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\MissingSpecialMember.cs (1)
798
WellKnownType.
System_ParamArrayAttribute
,
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1626
Dim paramArrayAttribute As NamedTypeSymbol = compilation.GetWellKnownType(WellKnownType.
System_ParamArrayAttribute
)