51 writes to CreateType
System.CodeDom (3)
System\CodeDom\CodeObjectCreateExpression.cs (3)
12CreateType = createType; 18CreateType = new CodeTypeReference(createType); 24CreateType = new CodeTypeReference(createType);
System.Management (48)
System\Management\WMIGenerator.cs (48)
1064coce.CreateType = new CodeTypeReference(PublicNamesUsed["ArgumentExceptionClass"].ToString()); 2117coce.CreateType = new CodeTypeReference(PublicNamesUsed["PathClass"].ToString()); 2180coce.CreateType = new CodeTypeReference(PublicNamesUsed["PathClass"].ToString()); 2241coce.CreateType = new CodeTypeReference(PublicNamesUsed["PathClass"].ToString()); 2363coce.CreateType = new CodeTypeReference(PublicNamesUsed["PathClass"].ToString()); 2400coce.CreateType = new CodeTypeReference(PublicNamesUsed["PathClass"].ToString()); 2440coce.CreateType = new CodeTypeReference(PublicNamesUsed["PathClass"].ToString()); 2548coce.CreateType = new CodeTypeReference(PublicNamesUsed["SystemPropertiesClass"].ToString()); 2555coce.CreateType = new CodeTypeReference(PublicNamesUsed["ArgumentExceptionClass"].ToString()); 2615coce.CreateType = new CodeTypeReference(PublicNamesUsed["SystemPropertiesClass"].ToString()); 2625coce.CreateType = new CodeTypeReference(PublicNamesUsed["ArgumentExceptionClass"].ToString()); 2699coce.CreateType = new CodeTypeReference(PublicNamesUsed["ArgumentExceptionClass"].ToString()); 2707coce.CreateType = new CodeTypeReference(PublicNamesUsed["LateBoundClass"].ToString()); 2715coce.CreateType = new CodeTypeReference(PublicNamesUsed["SystemPropertiesClass"].ToString()); 2860cocePath.CreateType = new CodeTypeReference(PublicNamesUsed["PathClass"].ToString()); 2865coce1.CreateType = new CodeTypeReference(PublicNamesUsed["ManagementClass"].ToString()); 2871coce.CreateType = new CodeTypeReference(PublicNamesUsed["ManagementClass"].ToString()); 3113coce.CreateType = new CodeTypeReference("System.TimeSpan"); 3220coce.CreateType = new CodeTypeReference("System.TimeSpan"); 3446coce.CreateType = new CodeTypeReference(PublicNamesUsed["ScopeClass"].ToString()); 3463coce.CreateType = new CodeTypeReference(PublicNamesUsed["PathClass"].ToString()); 3477coce.CreateType = new CodeTypeReference(PublicNamesUsed["ManagementClass"].ToString()); 3493coce.CreateType = new CodeTypeReference(PublicNamesUsed["QueryOptionsClass"].ToString()); 3505coce.CreateType = new CodeTypeReference(PrivateNamesUsed["CollectionClass"].ToString()); 3626coce.CreateType = new CodeTypeReference(PublicNamesUsed["ScopeClass"].ToString()); 3641coce1.CreateType = new CodeTypeReference(PublicNamesUsed["QueryClass"].ToString()); 3647coce.CreateType = new CodeTypeReference(PublicNamesUsed["ObjectSearcherClass"].ToString()); 3655coce.CreateType = new CodeTypeReference(PublicNamesUsed["QueryOptionsClass"].ToString()); 3674coce.CreateType = new CodeTypeReference(PrivateNamesUsed["CollectionClass"].ToString()); 4383coce.CreateType = new CodeTypeReference(PrivateNamesUsed["GeneratedClassName"].ToString()); 4404coce.CreateType = new CodeTypeReference(PrivateNamesUsed["EnumeratorClass"].ToString()); 4467coce.CreateType = new CodeTypeReference(PrivateNamesUsed["GeneratedClassName"].ToString()); 5449coce.CreateType = new CodeTypeReference(PublicNamesUsed["LateBoundClass"].ToString()); 5895coce.CreateType = new CodeTypeReference("System.TimeSpan"); 5913coce.CreateType = new CodeTypeReference(PublicNamesUsed["PathClass"].ToString()); 6210coce.CreateType = new CodeTypeReference(PublicNamesUsed["ScopeClass"].ToString()); 6226cocePath.CreateType = new CodeTypeReference(PublicNamesUsed["PathClass"].ToString()); 6231coce1.CreateType = new CodeTypeReference(PublicNamesUsed["ManagementClass"].ToString()); 6244coce.CreateType = new CodeTypeReference(PrivateNamesUsed["GeneratedClassName"].ToString()); 6376codeThrowException.CreateType = new CodeTypeReference(PublicNamesUsed["ArgumentOutOfRangeException"].ToString()); 6562codeThrowExceptionWithArgs.CreateType = new CodeTypeReference 6588coce.CreateType = new CodeTypeReference("System.DateTime"); 6807codeThrowException.CreateType = 6932coce.CreateType = new CodeTypeReference("System.TimeSpan"); 7226coce.CreateType = new CodeTypeReference("System.DateTime"); 7387codeThrowException.CreateType = new CodeTypeReference(PublicNamesUsed["ArgumentOutOfRangeException"].ToString()); 7588codeThrowExceptionWithArgs.CreateType = new CodeTypeReference 7615coce.CreateType = new CodeTypeReference("System.TimeSpan");
5 references to CreateType
System.CodeDom (3)
Microsoft\CSharp\CSharpCodeGenerator.cs (1)
666OutputType(e.CreateType);
Microsoft\VisualBasic\VBCodeGenerator.cs (1)
1163OutputType(e.CreateType);
System\CodeDom\Compiler\CodeValidator.cs (1)
889ValidateTypeReference(e.CreateType);
System.Windows.Forms.Design (2)
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (2)
705Type? type = manager.GetType(GetTypeNameFromCodeTypeReference(manager, objectCreateEx.CreateType)); 765Error(manager, string.Format(SR.SerializerTypeNotFound, objectCreateEx.CreateType.BaseType), SR.SerializerTypeNotFound);