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