3 references to GetReturnTypeName
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler.UnitTests (1)
InstructionDecoderTests.cs (1)
440return instructionDecoder.GetReturnTypeName(method);
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
FrameDecoder.cs (1)
73GetNameWithGenericTypeArguments(workList, frame, onSuccess: method => completionRoutine(new DkmGetFrameReturnTypeAsyncResult(_instructionDecoder.GetReturnTypeName(method))),
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler.UnitTests (1)
InstructionDecoderTests.vb (1)
500Return instructionDecoder.GetReturnTypeName(method)