4 references to Instance
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (2)
CSharpFrameDecoder.cs (1)
17
: base(CSharpInstructionDecoder.
Instance
)
CSharpLanguageInstructionDecoder.cs (1)
16
: base(CSharpInstructionDecoder.
Instance
)
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler.UnitTests (2)
InstructionDecoderTests.cs (2)
416
var instructionDecoder = CSharpInstructionDecoder.
Instance
;
436
var instructionDecoder = CSharpInstructionDecoder.
Instance
;