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