5 references to RequiresChecking
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (1)
11463if (!ConstraintsHelper.RequiresChecking(method))
FlowAnalysis\NullableWalker.cs (3)
7640if (ConstraintsHelper.RequiresChecking(reinferredMethod)) 11114if (ConstraintsHelper.RequiresChecking(method)) 11476if (ConstraintsHelper.RequiresChecking(deconstructMethod))
Symbols\ConstraintsHelper.cs (1)
812if (!RequiresChecking(method))