1 instantiation of CSharpTypeInferenceService
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpTypeInferenceService.cs (1)
21public static readonly CSharpTypeInferenceService Instance = new();
2 references to CSharpTypeInferenceService
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (1)
2885var delegateType = CSharpTypeInferenceService.Instance.InferDelegateType(
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpTypeInferenceService.cs (1)
21public static readonly CSharpTypeInferenceService Instance = new();