3 references to Type
Microsoft.CodeAnalysis.CSharp (3)
BoundTree\Formatting.cs (1)
173
=> (
Type
is null) ? MessageID.IDS_FeatureCollectionExpressions.Localize() : base.Display;
Generated\BoundNodes.xml.Generated.cs (2)
11774
TypeSymbol? type = this.VisitType(node.
Type
);
16463
new TreeDumperNode("type", node.
Type
, null),