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