4 references to Type
Microsoft.CodeAnalysis.CSharp (4)
BoundTree\Formatting.cs (1)
148get { return (object?)this.Type ?? "default"; }
FlowAnalysis\NullableWalker.cs (1)
11480SetResultType(node, TypeWithState.Create(node.Type, NullableFlowState.MaybeDefault));
Generated\BoundNodes.xml.Generated.cs (2)
11207TypeSymbol? type = this.VisitType(node.Type); 15579new TreeDumperNode("type", node.Type, null),