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