2 overrides of GetTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (1)
103
internal override TypeWithAnnotations
GetTypeWithAnnotations
(BoundExpression expr)
FlowAnalysis\NullableWalker.cs (1)
7883
internal override TypeWithAnnotations
GetTypeWithAnnotations
(BoundExpression expr)
3 references to GetTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (3)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (3)
622
var argumentType = _extensions.
GetTypeWithAnnotations
(argument);
1366
var sourceType = _extensions.
GetTypeWithAnnotations
(expression);
3245
LowerBoundInference(_extensions.
GetTypeWithAnnotations
(argument), dest, ref useSiteInfo);