5 references to RequiresChecking
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (1)
10769if (!ConstraintsHelper.RequiresChecking(method))
FlowAnalysis\NullableWalker.cs (3)
6833if (ConstraintsHelper.RequiresChecking(method)) 9841if (ConstraintsHelper.RequiresChecking(method)) 10189if (ConstraintsHelper.RequiresChecking(deconstructMethod))
Symbols\ConstraintsHelper.cs (1)
806if (!RequiresChecking(method))