3 writes to TargetType
System.CodeDom (3)
System\CodeDom\CodeCastExpression.cs (3)
14
TargetType
= targetType;
20
TargetType
= new CodeTypeReference(targetType);
26
TargetType
= new CodeTypeReference(targetType);
7 references to TargetType
System.CodeDom (4)
Microsoft\CSharp\CSharpCodeGenerator.cs (1)
294
OutputType(e.
TargetType
);
Microsoft\VisualBasic\VBCodeGenerator.cs (2)
941
OutputType(e.
TargetType
);
942
OutputArrayPostfix(e.
TargetType
);
System\CodeDom\Compiler\CodeValidator.cs (1)
809
ValidateTypeReference(e.
TargetType
);
System.Windows.Forms.Design (2)
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (2)
884
Type? castType = manager.GetType(GetTypeNameFromCodeTypeReference(manager, castExpr.
TargetType
));
934
Type? targetType = manager.GetType(GetTypeNameFromCodeTypeReference(manager, castEx.
TargetType
));
System.Windows.Forms.Design.Tests (1)
Serialization\PrimitiveCodeDomSerializerTests.cs (1)
48
Assert.Equal(typeof(byte).ToString(), cast.
TargetType
.BaseType);