13 references to System_Collections_IList
Microsoft.CodeAnalysis (10)
WellKnownMembers.cs (10)
4121(byte)WellKnownType.System_Collections_IList, // DeclaringTypeId 4129(byte)WellKnownType.System_Collections_IList, // DeclaringTypeId 4136(byte)WellKnownType.System_Collections_IList, // DeclaringTypeId 4143(byte)WellKnownType.System_Collections_IList, // DeclaringTypeId 4151(byte)WellKnownType.System_Collections_IList, // DeclaringTypeId 4158(byte)WellKnownType.System_Collections_IList, // DeclaringTypeId 4166(byte)WellKnownType.System_Collections_IList, // DeclaringTypeId 4174(byte)WellKnownType.System_Collections_IList, // DeclaringTypeId 4183(byte)WellKnownType.System_Collections_IList, // DeclaringTypeId 4191(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);