2 overrides of GetMethodGroupResultType
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (1)
108
internal override TypeWithAnnotations
GetMethodGroupResultType
(BoundMethodGroup group, MethodSymbol method)
FlowAnalysis\NullableWalker.cs (1)
7916
internal override TypeWithAnnotations
GetMethodGroupResultType
(BoundMethodGroup group, MethodSymbol method)
1 reference to GetMethodGroupResultType
Microsoft.CodeAnalysis.CSharp (1)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (1)
1503
type = _extensions.
GetMethodGroupResultType
(source, result.BestResult.Member);