5 references to Type
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (1)
306TypeSymbol type = op.Type;
Binder\Binder_Invocation.cs (1)
1161case BoundUnconvertedConditionalOperator { Type: { } naturalType } conditionalExpr:
BoundTree\Formatting.cs (1)
167=> (Type is null) ? MessageID.IDS_FeatureTargetTypedConditional.Localize() : base.Display;
Generated\BoundNodes.xml.Generated.cs (2)
11084TypeSymbol? type = this.VisitType(node.Type); 15394new TreeDumperNode("type", node.Type, null),