2 writes to _elementType
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\IteratorRewriter\IteratorRewriter.vb (2)
37Me._elementType = method.ContainingAssembly.GetSpecialType(SpecialType.System_Object) 40Me._elementType = DirectCast(methodReturnType, NamedTypeSymbol).TypeArgumentsNoUseSiteDiagnostics().Single().InternalSubstituteTypeParameters(Me.TypeMap).Type
4 references to _elementType
Microsoft.CodeAnalysis.VisualBasic (4)
Lowering\IteratorRewriter\IteratorRewriter.vb (4)
91If MyBase.EnsureAllSymbolsAndSignature OrElse Me.Method.IsSub OrElse Me._elementType.IsErrorType Then 142_currentField = F.StateMachineField(_elementType, Me.Method, GeneratedNames.MakeIteratorCurrentFieldName(), Accessibility.Public) 181Dim getEnumeratorGeneric = Me.OpenMethodImplementation(F.SpecialType(SpecialType.System_Collections_Generic_IEnumerable_T).Construct(_elementType), 275Me.OpenPropertyImplementation(F.SpecialType(SpecialType.System_Collections_Generic_IEnumerator_T).Construct(_elementType),