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