4 references to TryPerformConstructorOverloadResolution
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Conversions.cs (1)
1656bool overloadResolutionSucceeded = binder.TryPerformConstructorOverloadResolution(
Binder\Binder_Expressions.cs (3)
5026bool found = TryPerformConstructorOverloadResolution( 6913if (TryPerformConstructorOverloadResolution( 7354/// Core implementation for <see cref="TryPerformConstructorOverloadResolution"/>, just with the ability for the