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