1 instantiation of CSharpInstructionDecoder
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
CSharpInstructionDecoder.cs (1)
27internal static readonly CSharpInstructionDecoder Instance = new CSharpInstructionDecoder();
9 references to CSharpInstructionDecoder
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (4)
CSharpFrameDecoder.cs (1)
17: base(CSharpInstructionDecoder.Instance)
CSharpInstructionDecoder.cs (2)
25/// Singleton instance of <see cref="CSharpInstructionDecoder"/> (created using default constructor). 27internal static readonly CSharpInstructionDecoder Instance = new CSharpInstructionDecoder();
CSharpLanguageInstructionDecoder.cs (1)
16: base(CSharpInstructionDecoder.Instance)
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler.UnitTests (5)
InstructionDecoderTests.cs (5)
416var instructionDecoder = CSharpInstructionDecoder.Instance; 436var instructionDecoder = CSharpInstructionDecoder.Instance; 443private MethodSymbol GetConstructedMethod(string source, string methodName, string[] serializedTypeArgumentNames, CSharpInstructionDecoder instructionDecoder)