1 write to TargetType
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
2891
this.
TargetType
= targetType;
9 references to TargetType
Microsoft.CodeAnalysis.CSharp (9)
FlowAnalysis\NullableWalker.cs (1)
11561
VisitTypeExpression(node.
TargetType
);
Generated\BoundNodes.xml.Generated.cs (5)
2907
if (operand != this.Operand || targetType != this.
TargetType
|| operandPlaceholder != this.OperandPlaceholder || operandConversion != this.OperandConversion || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
10031
this.Visit(node.
TargetType
);
11226
BoundTypeExpression targetType = (BoundTypeExpression)this.Visit(node.
TargetType
);
13231
BoundTypeExpression targetType = (BoundTypeExpression)this.Visit(node.
TargetType
);
15606
new TreeDumperNode("targetType", null, new TreeDumperNode[] { Visit(node.
TargetType
, null) }),
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
372
node = node.Update(operand, node.
TargetType
, node.OperandPlaceholder, node.OperandConversion, node.Type);
Lowering\LocalRewriter\LocalRewriter_AsOperator.cs (1)
19
var rewrittenTargetType = (BoundTypeExpression)VisitTypeExpression(node.
TargetType
);
Lowering\SpillSequenceSpiller.cs (1)
854
return UpdateExpression(builder, node.Update(operand, node.
TargetType
, node.OperandPlaceholder, node.OperandConversion, node.Type));