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)
8482
internal override TypeWithAnnotations
GetTypeWithAnnotations
(BoundExpression expr)
3 references to GetTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (3)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (3)
650
var argumentType = _extensions.
GetTypeWithAnnotations
(argument);
1394
var sourceType = _extensions.
GetTypeWithAnnotations
(expression);
3317
LowerBoundInference(_extensions.
GetTypeWithAnnotations
(argument), dest, ref useSiteInfo);