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