5 references to Type
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (1)
306
TypeSymbol type = op.
Type
;
Binder\Binder_Invocation.cs (1)
1161
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)
11084
TypeSymbol? type = this.VisitType(node.
Type
);
15394
new TreeDumperNode("type", node.
Type
, null),