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