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