3 references to CreateRuntimeInstance
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler.UnitTests (3)
ExpressionCompilerTestBase.cs (1)
369
var runtime =
CreateRuntimeInstance
(compilation, debugFormat: includeSymbols ? debugFormat : 0);
ExpressionCompilerTests.cs (1)
265
var runtime =
CreateRuntimeInstance
(compilation0, debugFormat: 0);
InstructionDecoderTests.cs (1)
446
var runtime =
CreateRuntimeInstance
(compilation);