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)
15815comp.MakeTypeMissing(WellKnownType.System_ParamArrayAttribute); 15829comp.MakeTypeMissing(WellKnownType.System_ParamArrayAttribute); 15847comp.MakeTypeMissing(WellKnownType.System_ParamArrayAttribute); 15869comp2.MakeTypeMissing(WellKnownType.System_ParamArrayAttribute); 15886comp.MakeTypeMissing(WellKnownType.System_ParamArrayAttribute); 15903comp.MakeTypeMissing(WellKnownType.System_ParamArrayAttribute);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\MissingSpecialMember.cs (1)
798WellKnownType.System_ParamArrayAttribute,
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1626Dim paramArrayAttribute As NamedTypeSymbol = compilation.GetWellKnownType(WellKnownType.System_ParamArrayAttribute)