11 writes to createType
System (11)
compmod\system\codedom\CodeArrayCreateExpression.cs (11)
47this.createType = createType; 55this.createType = new CodeTypeReference(createType); 63this.createType = new CodeTypeReference(createType); 74this.createType = createType; 82this.createType = new CodeTypeReference(createType); 90this.createType = new CodeTypeReference(createType); 101this.createType = createType; 109this.createType = new CodeTypeReference(createType); 117this.createType = new CodeTypeReference(createType); 130createType = new CodeTypeReference(""); 135createType = value;
2 references to createType
System (2)
compmod\system\codedom\CodeArrayCreateExpression.cs (2)
129if (createType == null) { 132return createType;