1 write to TargetType
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
2745
this.
TargetType
= targetType;
13 references to TargetType
Microsoft.CodeAnalysis.CSharp (13)
CodeGen\EmitExpression.cs (1)
3174
EmitSymbolToken(isOp.
TargetType
.Type, isOp.Syntax);
CodeGen\EmitStatement.cs (2)
596
EmitSymbolToken(isOp.
TargetType
.Type, isOp.
TargetType
.Syntax);
FlowAnalysis\NullableWalker.cs (1)
10590
var typeExpr = node.
TargetType
;
Generated\BoundNodes.xml.Generated.cs (5)
2759
if (operand != this.Operand || targetType != this.
TargetType
|| conversionKind != this.ConversionKind || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
9668
this.Visit(node.
TargetType
);
10824
BoundTypeExpression targetType = (BoundTypeExpression)this.Visit(node.
TargetType
);
12746
BoundTypeExpression targetType = (BoundTypeExpression)this.Visit(node.
TargetType
);
15036
new TreeDumperNode("targetType", null, new TreeDumperNode[] { Visit(node.
TargetType
, null) }),
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
745
return ExprFactory("TypeIs", Visit(operand), _bound.Typeof(node.
TargetType
.Type));
Lowering\LocalRewriter\LocalRewriter_IsOperator.cs (1)
19
var rewrittenTargetType = (BoundTypeExpression)VisitTypeExpression(node.
TargetType
);
Lowering\SpillSequenceSpiller.cs (1)
1125
return UpdateExpression(builder, node.Update(operand, node.
TargetType
, node.ConversionKind, node.Type));
Operations\CSharpOperationFactory.cs (1)
1168
ITypeSymbol? typeOperand = boundIsOperator.
TargetType
.GetPublicTypeSymbol();