2 implementations of ITypeInferenceService
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
16 references to ITypeInferenceService
Microsoft.CodeAnalysis.CodeStyle.Fixes (11)
ITypeInferenceServiceExtensions.cs (10)
15public static ImmutableArray<ITypeSymbol> InferTypes(this ITypeInferenceService service, SemanticModel semanticModel, SyntaxNode expression, CancellationToken cancellationToken)
18public static ImmutableArray<ITypeSymbol> InferTypes(this ITypeInferenceService service, SemanticModel semanticModel, int position, CancellationToken cancellationToken)
21public static ImmutableArray<TypeInferenceInfo> GetTypeInferenceInfo(this ITypeInferenceService service, SemanticModel semanticModel, int position, CancellationToken cancellationToken)
24public static ImmutableArray<TypeInferenceInfo> GetTypeInferenceInfo(this ITypeInferenceService service, SemanticModel semanticModel, SyntaxNode expression, CancellationToken cancellationToken)
28this ITypeInferenceService typeInferenceService,
38this ITypeInferenceService typeInferenceService,
54this ITypeInferenceService typeInferenceService,
66this ITypeInferenceService typeInferenceService,
84this ITypeInferenceService typeInferenceService,
96this ITypeInferenceService typeInferenceService,
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (3)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (2)