2 writes to targetType
System (2)
compmod\system\codedom\CodeCastExpression.cs (2)
75
targetType
= new CodeTypeReference("");
80
targetType
= value;
2 references to targetType
System (2)
compmod\system\codedom\CodeCastExpression.cs (2)
74
if (
targetType
== null) {
77
return
targetType
;