8 references to CreateCompilationContext
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (3)
EvaluationContext.vb (3)
368Dim context = Me.CreateCompilationContext(withSyntax:=True) 417Dim context = Me.CreateCompilationContext(withSyntax:=True) 469Dim context = Me.CreateCompilationContext(withSyntax:=False)
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler.UnitTests (5)
DteeTests.vb (2)
128Dim compContext = evalContext.CreateCompilationContext(withSyntax:=True) 389Dim compContext = evalContext.CreateCompilationContext(withSyntax:=True)
ImportDebugInfoTests.vb (3)
276Dim compContext = evalContext.CreateCompilationContext(withSyntax:=True) ' Used to throw. 311Dim compContext = evalContext.CreateCompilationContext(withSyntax:=True) ' Used to throw. 645Dim compContext = evalContext.CreateCompilationContext(withSyntax:=True)