7 references to Type
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Conversions.cs (2)
1943Debug.Assert(targetTyped || destination.IsErrorType() || destination.Equals(source.Type, TypeCompareKind.ConsiderEverything)); 1971return new BoundConditionalOperator(source.Syntax, isRef: false, condition, trueExpr, falseExpr, constantValue, source.Type, wasTargetTyped: targetTyped, destination, hasErrors)
Binder\Binder_Expressions.cs (1)
311TypeSymbol type = op.Type;
Binder\Binder_Invocation.cs (1)
1178case BoundUnconvertedConditionalOperator { Type: { } naturalType } conditionalExpr:
BoundTree\Formatting.cs (1)
167=> (Type is null) ? MessageID.IDS_FeatureTargetTypedConditional.Localize() : base.Display;
Generated\BoundNodes.xml.Generated.cs (2)
11149TypeSymbol? type = this.VisitType(node.Type); 15582new TreeDumperNode("type", node.Type, null),