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