5 references to TryPerformConstructorOverloadResolution
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Attributes.cs (1)
198bool found = binder.TryPerformConstructorOverloadResolution(
Binder\Binder_Conversions.cs (1)
1729bool overloadResolutionSucceeded = binder.TryPerformConstructorOverloadResolution(
Binder\Binder_Expressions.cs (3)
5026bool found = TryPerformConstructorOverloadResolution( 6896if (TryPerformConstructorOverloadResolution( 7337/// Core implementation for <see cref="TryPerformConstructorOverloadResolution"/>, just with the ability for the