1 instantiation of CSharpTypeInferenceService
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpTypeInferenceService.cs (1)
19public static readonly CSharpTypeInferenceService Instance = new();
2 references to CSharpTypeInferenceService
Microsoft.CodeAnalysis.CSharp.Workspaces (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)
19public static readonly CSharpTypeInferenceService Instance = new();