1 write to SyntaxFactsService
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
68
this.
SyntaxFactsService
= languageServiceProvider.GetRequiredService<ISyntaxFactsService>();
4 references to SyntaxFactsService
Microsoft.VisualStudio.LanguageServices.CSharp (2)
CodeModel\CSharpCodeModelService.cs (2)
687
if (
SyntaxFactsService
.IsValidIdentifier(typeSymbol.Name))
977
if (
SyntaxFactsService
.TryGetPredefinedType(predefinedTypeNode.Keyword, out var predefinedType))
Microsoft.VisualStudio.LanguageServices.VisualBasic (2)
CodeModel\VisualBasicCodeModelService.vb (2)
1972
Return If(Not String.IsNullOrEmpty(parameterName) AndAlso
SyntaxFactsService
.IsTypeCharacter(parameterName.Last()),
3484
If
SyntaxFactsService
.TryGetPredefinedType(DirectCast(typeName, PredefinedTypeSyntax).Keyword, predefinedType) Then