5 references to CreateRuntimeInstance
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler.UnitTests (5)
ExpressionCompilerTestBase.vb (1)
327
Dim runtime =
CreateRuntimeInstance
(compilation0, debugFormat:=If(includeSymbols, DebugInformationFormat.Pdb, Nothing))
ExpressionCompilerTests.vb (1)
247
Dim runtime =
CreateRuntimeInstance
(comp, debugFormat:=Nothing)
InstructionDecoderTests.vb (1)
509
Dim runtime =
CreateRuntimeInstance
(compilation)
PseudoVariableTests.vb (1)
941
Dim runtime =
CreateRuntimeInstance
(comp)
StatementTests.vb (1)
831
Dim runtime =
CreateRuntimeInstance
(compilation0)