1 write to _syntaxFactsService
Microsoft.VisualStudio.LanguageServices (1)
CommonControls\NewTypeDestinationSelectionViewModel.cs (1)
50
_syntaxFactsService
= syntaxFactsService;
2 references to _syntaxFactsService
Microsoft.VisualStudio.LanguageServices (2)
CommonControls\NewTypeDestinationSelectionViewModel.cs (2)
108
if (
_syntaxFactsService
is null)
120
if (!
_syntaxFactsService
.IsValidIdentifier(trimmedName))