5 references to SubstituteType
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (5)
Symbols\DisplayClassVariable.vb (1)
98Return New EEDisplayClassFieldSymbol(typeMap.SubstituteNamedType(field.ContainingType), field.Name, typeMap.SubstituteType(field.Type), field.DeclaredAccessibility)
Symbols\EELocalConstantSymbol.vb (1)
41Dim type = typeMap.SubstituteType(Me.Type)
Symbols\EELocalSymbol.vb (1)
49Dim type = typeMap.SubstituteType(Me.Type)
Symbols\EELocalSymbolBase.vb (1)
18Dim type = typeMap.SubstituteType(local.Type)
Symbols\EEStaticLocalSymbol.vb (1)
37Dim type = typeMap.SubstituteType(Me.Type)