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