1 write to _instructionDecoder
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
8 references to _instructionDecoder
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (8)
FrameDecoder.cs (8)
73GetNameWithGenericTypeArguments(workList, frame, onSuccess: method => completionRoutine(new DkmGetFrameReturnTypeAsyncResult(_instructionDecoder.GetReturnTypeName(method))),
100var compilation = _instructionDecoder.GetCompilation(instructionAddress.ModuleInstance);
105method = _instructionDecoder.GetMethod(compilation, instructionAddress);
113var typeParameters = _instructionDecoder.GetAllTypeParameters(method);
124var typeArguments = _instructionDecoder.GetTypeSymbols(compilation, method, serializedTypeNames);
127method = _instructionDecoder.ConstructMethod(method, typeParameters, typeArguments);
196var frameName = _instructionDecoder.GetName(method, includeParameterTypes, includeParameterNames, argumentValues: builder);
218var frameName = _instructionDecoder.GetName(method, includeParameterTypes, includeParameterNames, argumentValues: null);