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)
5041bool found = TryPerformConstructorOverloadResolution( 6912if (TryPerformConstructorOverloadResolution( 7353/// Core implementation for <see cref="TryPerformConstructorOverloadResolution"/>, just with the ability for the