1 implementation of InferTypes
Microsoft.CodeAnalysis.Workspaces (1)
AbstractTypeInferenceService.cs (1)
93public ImmutableArray<ITypeSymbol> InferTypes(
3 references to InferTypes
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
TypeInferrer\TypeInferrerTestBase.cs (1)
41/// Specifies the test is going to call into <see cref="ITypeInferenceService.InferTypes(SemanticModel, SyntaxNode, string, System.Threading.CancellationToken)"/>.
Microsoft.CodeAnalysis.Workspaces (2)
ITypeInferenceServiceExtensions.cs (2)
16=> service.InferTypes(semanticModel, expression, nameOpt: null, cancellationToken: cancellationToken); 73var types = typeInferenceService.InferTypes(semanticModel, expression, name, cancellationToken);