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);
101var method = _instructionDecoder.GetMethod(compilation, instructionAddress);
102var typeParameters = _instructionDecoder.GetAllTypeParameters(method);
113var typeArguments = _instructionDecoder.GetTypeSymbols(compilation, method, serializedTypeNames);
116method = _instructionDecoder.ConstructMethod(method, typeParameters, typeArguments);
185var frameName = _instructionDecoder.GetName(method, includeParameterTypes, includeParameterNames, argumentValues: builder);
207var frameName = _instructionDecoder.GetName(method, includeParameterTypes, includeParameterNames, argumentValues: null);