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());
218
var IEnumeratorOfElementType = F.SpecialType(SpecialType.System_Collections_Generic_IEnumerator_T).Construct(ImmutableArray.Create(
_elementType
));
258
var IEnumerableOfElementType = F.SpecialType(SpecialType.System_Collections_Generic_IEnumerable_T).Construct(
_elementType
.Type);