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)
11772TypeSymbol? type = this.VisitType(node.Type); 16461new TreeDumperNode("type", node.Type, null),