1 write to _elementType
Microsoft.CodeAnalysis.CSharp (1)
Lowering\IteratorRewriter\IteratorRewriter.cs (1)
41_elementType = stateMachineType.ElementType;
3 references to _elementType
Microsoft.CodeAnalysis.CSharp (3)
Lowering\IteratorRewriter\IteratorRewriter.cs (3)
186_currentField = F.StateMachineField(_elementType, GeneratedNames.MakeIteratorCurrentFieldName()); 218var IEnumeratorOfElementType = F.SpecialType(SpecialType.System_Collections_Generic_IEnumerator_T).Construct(ImmutableArray.Create(_elementType)); 258var IEnumerableOfElementType = F.SpecialType(SpecialType.System_Collections_Generic_IEnumerable_T).Construct(_elementType.Type);