1 instantiation of CSharpSemanticFactsService
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpSemanticFactsService.cs (1)
26internal static readonly CSharpSemanticFactsService Instance = new();
5 references to CSharpSemanticFactsService
Microsoft.CodeAnalysis.CSharp.Features (3)
CodeRefactorings\InlineMethod\CSharpInlineMethodRefactoringProvider.cs (1)
25: base(CSharpSyntaxFacts.Instance, CSharpSemanticFactsService.Instance)
EmbeddedLanguages\CSharpEmbeddedLanguagesProvider.cs (1)
20CSharpSemanticFactsService.Instance,
UsePatternMatching\CSharpIsAndCastCheckWithoutNameDiagnosticAnalyzer.cs (1)
119if (CSharpSemanticFactsService.Instance.IsInExpressionTree(semanticModel, isExpression, expressionType, cancellationToken))
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
CSharpSemanticFactsService.cs (1)
26internal static readonly CSharpSemanticFactsService Instance = new();
CSharpSemanticFactsServiceFactory.cs (1)
25=> CSharpSemanticFactsService.Instance;