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