2 references to GetMethodOrTypeBySignature
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler.UnitTests (2)
ExpressionCompilerTestBase.cs (1)
242var methodOrType = GetMethodOrTypeBySignature(compilation, methodOrTypeName);
InstructionDecoderTests.cs (1)
450var frame = (PEMethodSymbol)GetMethodOrTypeBySignature(compilation, methodName);