1 write to ReportedNotExhaustive
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
4891
this.
ReportedNotExhaustive
= reportedNotExhaustive;
11 references to ReportedNotExhaustive
Microsoft.CodeAnalysis.CSharp (11)
FlowAnalysis\NullableWalker_Patterns.cs (1)
895
if (!node.
ReportedNotExhaustive
&& node.DefaultLabel != null &&
Generated\BoundNodes.xml.Generated.cs (10)
4958
if (expression != this.Expression || switchArms != this.SwitchArms || reachabilityDecisionDag != this.ReachabilityDecisionDag || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(defaultLabel, this.DefaultLabel) || reportedNotExhaustive != this.
ReportedNotExhaustive
|| !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
4992
if (!TypeSymbol.Equals(naturalTypeOpt, this.NaturalTypeOpt, TypeCompareKind.ConsiderEverything) || wasTargetTyped != this.WasTargetTyped || expression != this.Expression || switchArms != this.SwitchArms || reachabilityDecisionDag != this.ReachabilityDecisionDag || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(defaultLabel, this.DefaultLabel) || reportedNotExhaustive != this.
ReportedNotExhaustive
|| !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
11532
return node.Update(expression, switchArms, reachabilityDecisionDag, node.DefaultLabel, node.
ReportedNotExhaustive
, type);
11541
return node.Update(naturalTypeOpt, node.WasTargetTyped, expression, switchArms, reachabilityDecisionDag, node.DefaultLabel, node.
ReportedNotExhaustive
, type);
13643
updatedNode = node.Update(expression, switchArms, reachabilityDecisionDag, node.DefaultLabel, node.
ReportedNotExhaustive
, infoAndType.Type);
13648
updatedNode = node.Update(expression, switchArms, reachabilityDecisionDag, node.DefaultLabel, node.
ReportedNotExhaustive
, node.Type);
13663
updatedNode = node.Update(naturalTypeOpt, node.WasTargetTyped, expression, switchArms, reachabilityDecisionDag, node.DefaultLabel, node.
ReportedNotExhaustive
, infoAndType.Type!);
13668
updatedNode = node.Update(naturalTypeOpt, node.WasTargetTyped, expression, switchArms, reachabilityDecisionDag, node.DefaultLabel, node.
ReportedNotExhaustive
, node.Type);
16082
new TreeDumperNode("reportedNotExhaustive", node.
ReportedNotExhaustive
, null),
16096
new TreeDumperNode("reportedNotExhaustive", node.
ReportedNotExhaustive
, null),