56 writes to CreateType
System (3)
compmod\system\codedom\CodeObjectCreateExpression.cs (3)
46
CreateType
= createType;
54
CreateType
= new CodeTypeReference(createType);
62
CreateType
= new CodeTypeReference(createType);
System.Management (48)
WmiGenerator.cs (48)
1105
coce.
CreateType
= new CodeTypeReference(PublicNamesUsed["ArgumentExceptionClass"].ToString());
2169
coce.
CreateType
= new CodeTypeReference(PublicNamesUsed["PathClass"].ToString());
2232
coce.
CreateType
= new CodeTypeReference(PublicNamesUsed["PathClass"].ToString());
2293
coce.
CreateType
= new CodeTypeReference(PublicNamesUsed["PathClass"].ToString());
2415
coce.
CreateType
= new CodeTypeReference(PublicNamesUsed["PathClass"].ToString());
2452
coce.
CreateType
= new CodeTypeReference(PublicNamesUsed["PathClass"].ToString());
2492
coce.
CreateType
= new CodeTypeReference(PublicNamesUsed["PathClass"].ToString());
2600
coce.
CreateType
= new CodeTypeReference(PublicNamesUsed["SystemPropertiesClass"].ToString());
2607
coce.
CreateType
= new CodeTypeReference(PublicNamesUsed["ArgumentExceptionClass"].ToString());
2668
coce.
CreateType
= new CodeTypeReference(PublicNamesUsed["SystemPropertiesClass"].ToString());
2678
coce.
CreateType
= new CodeTypeReference(PublicNamesUsed["ArgumentExceptionClass"].ToString());
2752
coce.
CreateType
= new CodeTypeReference(PublicNamesUsed["ArgumentExceptionClass"].ToString());
2760
coce.
CreateType
= new CodeTypeReference(PublicNamesUsed["LateBoundClass"].ToString());
2768
coce.
CreateType
= new CodeTypeReference(PublicNamesUsed["SystemPropertiesClass"].ToString());
2913
cocePath.
CreateType
= new CodeTypeReference(PublicNamesUsed["PathClass"].ToString());
2918
coce1.
CreateType
= new CodeTypeReference(PublicNamesUsed["ManagementClass"].ToString());
2924
coce.
CreateType
= new CodeTypeReference(PublicNamesUsed["ManagementClass"].ToString());
3167
coce.
CreateType
= new CodeTypeReference("System.TimeSpan");
3274
coce.
CreateType
= new CodeTypeReference("System.TimeSpan");
3501
coce.
CreateType
= new CodeTypeReference(PublicNamesUsed["ScopeClass"].ToString());
3518
coce.
CreateType
= new CodeTypeReference(PublicNamesUsed["PathClass"].ToString());
3532
coce.
CreateType
= new CodeTypeReference(PublicNamesUsed["ManagementClass"].ToString());
3548
coce.
CreateType
= new CodeTypeReference(PublicNamesUsed["QueryOptionsClass"].ToString());
3560
coce.
CreateType
= new CodeTypeReference(PrivateNamesUsed["CollectionClass"].ToString());
3682
coce.
CreateType
= new CodeTypeReference(PublicNamesUsed["ScopeClass"].ToString());
3697
coce1.
CreateType
= new CodeTypeReference(PublicNamesUsed["QueryClass"].ToString());
3703
coce.
CreateType
= new CodeTypeReference(PublicNamesUsed["ObjectSearcherClass"].ToString());
3711
coce.
CreateType
= new CodeTypeReference(PublicNamesUsed["QueryOptionsClass"].ToString());
3730
coce.
CreateType
= new CodeTypeReference(PrivateNamesUsed["CollectionClass"].ToString());
4449
coce.
CreateType
= new CodeTypeReference(PrivateNamesUsed["GeneratedClassName"].ToString());
4471
coce.
CreateType
= new CodeTypeReference(PrivateNamesUsed["EnumeratorClass"].ToString());
4563
coce.
CreateType
= new CodeTypeReference(PrivateNamesUsed["GeneratedClassName"].ToString());
5551
coce.
CreateType
= new CodeTypeReference(PublicNamesUsed["LateBoundClass"].ToString());
6004
coce.
CreateType
= new CodeTypeReference("System.TimeSpan");
6024
coce.
CreateType
= new CodeTypeReference(PublicNamesUsed["PathClass"].ToString());
6324
coce.
CreateType
= new CodeTypeReference(PublicNamesUsed["ScopeClass"].ToString());
6340
cocePath.
CreateType
= new CodeTypeReference(PublicNamesUsed["PathClass"].ToString());
6345
coce1.
CreateType
= new CodeTypeReference(PublicNamesUsed["ManagementClass"].ToString());
6358
coce.
CreateType
= new CodeTypeReference(PrivateNamesUsed["GeneratedClassName"].ToString());
6497
codeThrowException.
CreateType
= new CodeTypeReference(PublicNamesUsed["ArgumentOutOfRangeException"].ToString());
6683
codeThrowExceptionWithArgs.
CreateType
= new CodeTypeReference
6709
coce.
CreateType
= new CodeTypeReference("System.DateTime");
6928
codeThrowException.
CreateType
=
7053
coce.
CreateType
= new CodeTypeReference("System.TimeSpan");
7347
coce.
CreateType
= new CodeTypeReference("System.DateTime");
7513
codeThrowException.
CreateType
= new CodeTypeReference(PublicNamesUsed["ArgumentOutOfRangeException"].ToString());
7714
codeThrowExceptionWithArgs.
CreateType
= new CodeTypeReference
7741
coce.
CreateType
= new CodeTypeReference("System.TimeSpan");
System.Web (1)
Compilation\PageCodeDomTreeGenerator.cs (1)
203
cacheSettingsObject.
CreateType
= new CodeTypeReference(typeof(OutputCacheParameters));
System.Web.Services (2)
System\Web\Services\Description\WebCodeGenerator.cs (2)
300
create.
CreateType
= new CodeTypeReference(handlerArgs);
304
create.
CreateType
= new CodeTypeReference(typeof(AsyncCompletedEventArgs));
System.Workflow.Activities (1)
Rules\Expressions.cs (1)
3179
newCreate.
CreateType
= TypeReferenceExpression.CloneType(createExpression.CreateType);
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\ClassGenerator.cs (1)
820
CreateType
= new CodeTypeReference(typeof(InvalidOperationException)),
11 references to CreateType
System (3)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
1177
OutputType(e.
CreateType
);
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
1410
OutputType(e.
CreateType
);
compmod\system\codedom\compiler\CodeValidator.cs (1)
766
ValidateTypeReference(e.
CreateType
);
System.Workflow.Activities (8)
Rules\Expressions.cs (8)
2927
if (createExpression.
CreateType
== null)
2935
Type resultType = validation.ResolveType(createExpression.
CreateType
);
3023
if (createExpression.
CreateType
== null)
3148
RuleDecompiler.DecompileType(stringBuilder, createExpression.
CreateType
);
3157
string message = string.Format(CultureInfo.CurrentCulture, Messages.NullConstructorTypeParameter, i.ToString(CultureInfo.CurrentCulture), createExpression.
CreateType
);
3179
newCreate.CreateType = TypeReferenceExpression.CloneType(createExpression.
CreateType
);
3195
if (!TypeReferenceExpression.MatchType(createExpression.
CreateType
, createComperand.
CreateType
))