3 writes to type
System (3)
compmod\system\codedom\CodeDefaultValueExpression.cs (3)
22this.type = type; 28type = new CodeTypeReference(""); 33type = value;
2 references to type
System (2)
compmod\system\codedom\CodeDefaultValueExpression.cs (2)
27if( type == null) { 30return type;