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