1 write to ReportedNotExhaustive
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
4914
this.
ReportedNotExhaustive
= reportedNotExhaustive;
12 references to ReportedNotExhaustive
Microsoft.CodeAnalysis.CSharp (12)
Binder\Binder_Conversions.cs (1)
1995
source.DefaultLabel, source.
ReportedNotExhaustive
, destination, hasErrors || source.HasErrors).WithSuppression(source.IsSuppressed);
FlowAnalysis\NullableWalker_Patterns.cs (1)
897
if (!node.
ReportedNotExhaustive
&& node.DefaultLabel != null &&
Generated\BoundNodes.xml.Generated.cs (10)
4981
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))
5015
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))
11693
return node.Update(expression, switchArms, reachabilityDecisionDag, defaultLabel, node.
ReportedNotExhaustive
, type);
11703
return node.Update(naturalTypeOpt, node.WasTargetTyped, expression, switchArms, reachabilityDecisionDag, defaultLabel, node.
ReportedNotExhaustive
, type);
13852
updatedNode = node.Update(expression, switchArms, reachabilityDecisionDag, node.DefaultLabel, node.
ReportedNotExhaustive
, infoAndType.Type);
13857
updatedNode = node.Update(expression, switchArms, reachabilityDecisionDag, node.DefaultLabel, node.
ReportedNotExhaustive
, node.Type);
13872
updatedNode = node.Update(naturalTypeOpt, node.WasTargetTyped, expression, switchArms, reachabilityDecisionDag, node.DefaultLabel, node.
ReportedNotExhaustive
, infoAndType.Type!);
13877
updatedNode = node.Update(naturalTypeOpt, node.WasTargetTyped, expression, switchArms, reachabilityDecisionDag, node.DefaultLabel, node.
ReportedNotExhaustive
, node.Type);
16284
new TreeDumperNode("reportedNotExhaustive", node.
ReportedNotExhaustive
, null),
16298
new TreeDumperNode("reportedNotExhaustive", node.
ReportedNotExhaustive
, null),