1 write to NaturalTypeOpt
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
4868this.NaturalTypeOpt = naturalTypeOpt;
6 references to NaturalTypeOpt
Microsoft.CodeAnalysis.CSharp (6)
Compilation\CSharpSemanticModel.cs (2)
2155type = convertedSwitch.NaturalTypeOpt; 2163type = convertedSwitch.NaturalTypeOpt;
Generated\BoundNodes.xml.Generated.cs (4)
4881if (!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)) 11144TypeSymbol? naturalTypeOpt = this.VisitType(node.NaturalTypeOpt); 13188TypeSymbol? naturalTypeOpt = GetUpdatedSymbol(node, node.NaturalTypeOpt); 15530new TreeDumperNode("naturalTypeOpt", node.NaturalTypeOpt, null),