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