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