1 write to TargetType
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
2823
this.
TargetType
= targetType;
4 references to TargetType
Microsoft.CodeAnalysis.CSharp (4)
Generated\BoundNodes.xml.Generated.cs (4)
2836
if (targetType != this.
TargetType
|| constantValueOpt != this.ConstantValueOpt || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
11213
BoundTypeExpression? targetType = node.
TargetType
;
13196
BoundTypeExpression? targetType = node.
TargetType
;
15587
new TreeDumperNode("targetType", null, new TreeDumperNode[] { Visit(node.
TargetType
, null) }),