2 overrides of ToOtherMethod
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (2)
Symbols\DisplayClassInstance.vb (2)
52
Friend Overrides Function
ToOtherMethod
(method As MethodSymbol, typeMap As TypeSubstitution) As DisplayClassInstance
91
Friend Overrides Function
ToOtherMethod
(method As MethodSymbol, typeMap As TypeSubstitution) As DisplayClassInstance
2 references to ToOtherMethod
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (2)
Symbols\DisplayClassVariable.vb (1)
59
Dim otherInstance = Me.DisplayClassInstance.
ToOtherMethod
(method, typeMap)
Symbols\EEMethodSymbol.vb (1)
165
oldDisplayClassInstance.
ToOtherMethod
(otherMethod, typeMap),