1 write to SubstitutedSourceType
Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler (1)
Symbols\EENamedTypeSymbol.vb (1)
95Me.SubstitutedSourceType = typeMap.SubstituteNamedType(sourceType)
4 references to SubstitutedSourceType
Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler (4)
CompilationContext.vb (1)
470Dim expression = New BoundMeReference(syntax, GetNonClosureOrStateMachineContainer(container.SubstitutedSourceType))
Symbols\EEMethodSymbol.vb (2)
65Debug.Assert(TypeSymbol.Equals(sourceMethod.ContainingType, container.SubstitutedSourceType.OriginalDefinition, TypeCompareKind.ConsiderEverything)) 95Dim substitutedSourceType = container.SubstitutedSourceType
Symbols\EENamedTypeSymbol.vb (1)
96TypeParameterChecker.Check(Me.SubstitutedSourceType, _typeParameters)