3 references to System_Collections_Generic_List_T__get_Item
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (2)
124
WellKnownMember.
System_Collections_Generic_List_T__get_Item
,
676
var listMember = (PropertySymbol)((MethodSymbol)containingType.GetFieldTypeMember(WellKnownMember.
System_Collections_Generic_List_T__get_Item
)).AssociatedSymbol;
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Semantics\CollectionExpressionTests.cs (1)
13886
[InlineData((int)WellKnownMember.
System_Collections_Generic_List_T__get_Item
, "System.Collections.Generic.List`1", "get_Item")]