13 references to System_Collections_IList
Microsoft.CodeAnalysis (10)
WellKnownMembers.cs (10)
4135(byte)WellKnownType.System_Collections_IList, // DeclaringTypeId 4143(byte)WellKnownType.System_Collections_IList, // DeclaringTypeId 4150(byte)WellKnownType.System_Collections_IList, // DeclaringTypeId 4157(byte)WellKnownType.System_Collections_IList, // DeclaringTypeId 4165(byte)WellKnownType.System_Collections_IList, // DeclaringTypeId 4172(byte)WellKnownType.System_Collections_IList, // DeclaringTypeId 4180(byte)WellKnownType.System_Collections_IList, // DeclaringTypeId 4188(byte)WellKnownType.System_Collections_IList, // DeclaringTypeId 4197(byte)WellKnownType.System_Collections_IList, // DeclaringTypeId 4205(byte)WellKnownType.System_Collections_IList, // DeclaringTypeId
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Lookup.cs (1)
1063iListSymbol = Compilation.GetWellKnownType(WellKnownType.System_Collections_IList);
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (2)
75WellKnownType.System_Collections_IList, 296var iList = compilation.GetWellKnownType(WellKnownType.System_Collections_IList);