2 references to SpecialProperty
Microsoft.CodeAnalysis.CSharp (2)
Lowering\IteratorRewriter\IteratorRewriter.cs (2)
216var IEnumerator_get_Current = F.SpecialProperty(SpecialMember.System_Collections_IEnumerator__Current).GetMethod; 219var IEnumeratorOfElementType_get_Current = F.SpecialProperty(SpecialMember.System_Collections_Generic_IEnumerator_T__Current).GetMethod.AsMember(IEnumeratorOfElementType);