2 references to GetConstructedMethod
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler.UnitTests (2)
InstructionDecoderTests.cs (2)
417
var method =
GetConstructedMethod
(source, methodName, typeArguments, instructionDecoder);
438
var method =
GetConstructedMethod
(source, methodName, serializedTypeArgumentNames, instructionDecoder);