5 references to System_Collections_Generic_IEnumerator_T__Current
Microsoft.CodeAnalysis.CSharp (2)
Lowering\IteratorRewriter\IteratorRewriter.cs (2)
114EnsureSpecialPropertyGetter(SpecialMember.System_Collections_Generic_IEnumerator_T__Current, bag); 219var IEnumeratorOfElementType_get_Current = F.SpecialProperty(SpecialMember.System_Collections_Generic_IEnumerator_T__Current).GetMethod.AsMember(IEnumeratorOfElementType);
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\Binder_Statements.vb (1)
3911specialTypeMember = GetSpecialTypeMember(SpecialMember.System_Collections_Generic_IEnumerator_T__Current,
Lowering\IteratorRewriter\IteratorRewriter.vb (2)
117EnsureSpecialPropertyGetter(SpecialMember.System_Collections_Generic_IEnumerator_T__Current, bag) 276SpecialMember.System_Collections_Generic_IEnumerator_T__Current,