2 references to GetMethodOrTypeBySignature
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler.UnitTests (2)
ExpressionCompilerTestBase.vb (1)
126
Dim methodOrType =
GetMethodOrTypeBySignature
(compilation, methodOrTypeName)
InstructionDecoderTests.vb (1)
513
Dim frame = DirectCast(
GetMethodOrTypeBySignature
(compilation, methodName), PEMethodSymbol)