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