1 write to _instructionDecoder
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
FrameDecoder.cs (1)
37_instructionDecoder = instructionDecoder;
8 references to _instructionDecoder
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (8)
FrameDecoder.cs (8)
73GetNameWithGenericTypeArguments(workList, frame, onSuccess: method => completionRoutine(new DkmGetFrameReturnTypeAsyncResult(_instructionDecoder.GetReturnTypeName(method))), 96var compilation = _instructionDecoder.GetCompilation(instructionAddress.ModuleInstance); 97var method = _instructionDecoder.GetMethod(compilation, instructionAddress); 98var typeParameters = _instructionDecoder.GetAllTypeParameters(method); 109var typeArguments = _instructionDecoder.GetTypeSymbols(compilation, method, serializedTypeNames); 112method = _instructionDecoder.ConstructMethod(method, typeParameters, typeArguments); 181var frameName = _instructionDecoder.GetName(method, includeParameterTypes, includeParameterNames, argumentValues: builder); 203var frameName = _instructionDecoder.GetName(method, includeParameterTypes, includeParameterNames, argumentValues: null);