5 references to RequiresChecking
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (1)
11151if (!ConstraintsHelper.RequiresChecking(method))
FlowAnalysis\NullableWalker.cs (3)
7271if (ConstraintsHelper.RequiresChecking(reinferredMethod)) 10360if (ConstraintsHelper.RequiresChecking(method)) 10724if (ConstraintsHelper.RequiresChecking(deconstructMethod))
Symbols\ConstraintsHelper.cs (1)
814if (!RequiresChecking(method))