2 overrides of IsCompleteSubmission
Microsoft.CodeAnalysis.CSharp.Scripting (1)
CSharpScriptCompiler.cs (1)
28
public override bool
IsCompleteSubmission
(SyntaxTree tree) => SyntaxFactory.IsCompleteSubmission(tree);
Microsoft.CodeAnalysis.VisualBasic.Scripting (1)
VisualBasicScriptCompiler.vb (1)
36
Public Overrides Function
IsCompleteSubmission
(tree As SyntaxTree) As Boolean
1 reference to IsCompleteSubmission
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
251
if (_scriptCompiler.
IsCompleteSubmission
(tree))