1 override of IsCompleteSubmission
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
Interactive\CSharpInteractiveEvaluatorLanguageInfoProvider.cs (1)
47
public override bool
IsCompleteSubmission
(string text)
1 reference to IsCompleteSubmission
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\InteractiveEvaluator.cs (1)
183
return _lazyInteractiveCommands?.InCommand == true || _languageInfo.
IsCompleteSubmission
(text);