1 write to _syntaxFacts
Microsoft.VisualStudio.LanguageServices (1)
MoveToNamespace\MoveToNamespaceDialogViewModel.cs (1)
27
_syntaxFacts
= syntaxFacts ?? throw new ArgumentNullException(nameof(syntaxFacts));
1 reference to _syntaxFacts
Microsoft.VisualStudio.LanguageServices (1)
MoveToNamespace\MoveToNamespaceDialogViewModel.cs (1)
81
if (
_syntaxFacts
.IsValidIdentifier(identifier))