3 references to MethodGroupResolution
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Expressions.cs (3)
8693
result = new
MethodGroupResolution
(bestProperty, LookupResultKind.Viable, diagnostics.ToReadOnly());
8833
return new
MethodGroupResolution
(resultSymbol, LookupResultKind.Viable, diagnostics.ToReadOnly());
10791
return new
MethodGroupResolution
(node.LookupSymbolOpt, node.ResultKind, sealedDiagnostics);