1 write to NaturalTypeOpt
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
4979this.NaturalTypeOpt = naturalTypeOpt;
6 references to NaturalTypeOpt
Microsoft.CodeAnalysis.CSharp (6)
Compilation\CSharpSemanticModel.cs (2)
2134type = convertedSwitch.NaturalTypeOpt; 2142type = convertedSwitch.NaturalTypeOpt;
Generated\BoundNodes.xml.Generated.cs (4)
4992if (!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)) 11539TypeSymbol? naturalTypeOpt = this.VisitType(node.NaturalTypeOpt); 13655TypeSymbol? naturalTypeOpt = GetUpdatedSymbol(node, node.NaturalTypeOpt); 16090new TreeDumperNode("naturalTypeOpt", node.NaturalTypeOpt, null),