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