3 references to ShouldWarn
Microsoft.CodeAnalysis.CSharp (3)
Binder\DecisionDagBuilder_CheckOrReachability.cs (3)
98
/// This and <see cref="
ShouldWarn
"/> methods are sensitive to parens.
284
Debug.Assert(
ShouldWarn
(node));
600
bool shouldReport = !dag.ReachableLabels.Contains(@case.CaseLabel) && !labelsToIgnore.Contains(@case.CaseLabel) &&
ShouldWarn
(@case.Syntax);