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