13 references to System_Collections_IList
Microsoft.CodeAnalysis (10)
WellKnownMembers.cs (10)
4114
(byte)WellKnownType.
System_Collections_IList
, // DeclaringTypeId
4122
(byte)WellKnownType.
System_Collections_IList
, // DeclaringTypeId
4129
(byte)WellKnownType.
System_Collections_IList
, // DeclaringTypeId
4136
(byte)WellKnownType.
System_Collections_IList
, // DeclaringTypeId
4144
(byte)WellKnownType.
System_Collections_IList
, // DeclaringTypeId
4151
(byte)WellKnownType.
System_Collections_IList
, // DeclaringTypeId
4159
(byte)WellKnownType.
System_Collections_IList
, // DeclaringTypeId
4167
(byte)WellKnownType.
System_Collections_IList
, // DeclaringTypeId
4176
(byte)WellKnownType.
System_Collections_IList
, // DeclaringTypeId
4184
(byte)WellKnownType.
System_Collections_IList
, // DeclaringTypeId
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Lookup.cs (1)
1007
iListSymbol = Compilation.GetWellKnownType(WellKnownType.
System_Collections_IList
);
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (2)
74
WellKnownType.
System_Collections_IList
,
289
var iList = compilation.GetWellKnownType(WellKnownType.
System_Collections_IList
);