Implemented interface member:
1 override of
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
609
public override object?
this
[object key]
3 writes to
Microsoft.Build (1)
Logging\BaseConsoleLogger.cs (1)
602
itemTypes
[
key] = bucket;
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
622
_list
[
key] = value;
System.Net.Primitives (1)
System\Net\CookieContainer.cs (1)
919
m_list
[
s] = value;
336 references to
Microsoft.Build (1)
Logging\BaseConsoleLogger.cs (1)
598
var bucket = itemTypes
[
key] as ArrayList;
PresentationFramework (2)
System\Windows\Documents\AdornerLayer.cs (2)
642
ArrayList adornerInfos = (ArrayList)_zOrderMap
[
zOrder];
664
adornerInfos = (ArrayList)_zOrderMap
[
keys[index]];
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
615
return _list
[
key];
System.Management (331)
System\Management\WMIGenerator.cs (331)
241
cc = new CodeTypeDeclaration(PrivateNamesUsed
[
"GeneratedClassName"].ToString());
243
cc.BaseTypes.Add(new CodeTypeReference(PrivateNamesUsed
[
"ComponentClass"].ToString()));
253
GeneratePublicReadOnlyProperty(PublicNamesUsed
[
"NamespaceProperty"].ToString(), "System.String",
279
GeneratePrivateMember(PrivateNamesUsed
[
"CreationWmiNamespace"].ToString(), "System.String",
285
GeneratePrivateMember(PrivateNamesUsed
[
"CreationClassName"].ToString(), "System.String",
293
GeneratePublicReadOnlyProperty(PublicNamesUsed
[
"SystemPropertiesProperty"].ToString(), PublicNamesUsed
[
"SystemPropertiesClass"].ToString(),
294
PrivateNamesUsed
[
"SystemPropertiesObject"].ToString(), true, true,
302
GeneratePublicReadOnlyProperty(PublicNamesUsed
[
"LateBoundObjectProperty"].ToString(), PublicNamesUsed
[
"BaseObjClass"].ToString(),
303
PrivateNamesUsed
[
"CurrentObject"].ToString(), true, false,
326
GeneratePublicProperty(PublicNamesUsed
[
"AutoCommitProperty"].ToString(), "System.Boolean",
327
new CodeSnippetExpression(PrivateNamesUsed
[
"AutoCommitProperty"].ToString()), false,
343
GeneratePrivateMember(PrivateNamesUsed
[
"statMgmtScope"].ToString(), PublicNamesUsed
[
"ScopeClass"].ToString(),
347
GeneratePublicProperty(PrivateNamesUsed
[
"staticScope"].ToString(), PublicNamesUsed
[
"ScopeClass"].ToString(),
348
new CodeVariableReferenceExpression(PrivateNamesUsed
[
"statMgmtScope"].ToString()), true, SR.CommentStaticScopeProperty, true);
444
GeneratePrivateMember(PrivateNamesUsed
[
"SystemPropertiesObject"].ToString(), PublicNamesUsed
[
"SystemPropertiesClass"].ToString(), null);
447
GeneratePrivateMember(PrivateNamesUsed
[
"LateBoundObject"].ToString(), PublicNamesUsed
[
"LateBoundClass"].ToString(), SR.CommentLateBoundObject);
450
GeneratePrivateMember(PrivateNamesUsed
[
"AutoCommitProperty"].ToString(), "System.Boolean", new CodePrimitiveExpression(true), false, SR.CommentPrivateAutoCommit);
453
GeneratePrivateMember(PrivateNamesUsed
[
"EmbeddedObject"].ToString(), PublicNamesUsed
[
"BaseObjClass"].ToString(), SR.CommentEmbeddedObject);
456
GeneratePrivateMember(PrivateNamesUsed
[
"CurrentObject"].ToString(), PublicNamesUsed
[
"BaseObjClass"].ToString(), SR.CommentCurrentObject);
459
GeneratePrivateMember(PrivateNamesUsed
[
"IsEmbedded"].ToString(), "System.Boolean", new CodePrimitiveExpression(false), false, SR.CommentFlagForEmbedded);
767
string strTemp = PrivateNamesUsed
[
"GeneratedClassName"].ToString() + "Collection";
770
strTemp = PrivateNamesUsed
[
"GeneratedClassName"].ToString() + "Enumerator";
901
cn = new CodeNamespace(PrivateNamesUsed
[
"GeneratedNamespace"].ToString());
1013
cmp.Name = PublicNamesUsed
[
"PathProperty"].ToString();
1015
cmp.Type = new CodeTypeReference(PublicNamesUsed
[
"PathClass"].ToString());
1026
PrivateNamesUsed
[
"LateBoundObject"].ToString()),
1031
cboe.Left = new CodeVariableReferenceExpression(PrivateNamesUsed
[
"IsEmbedded"].ToString());
1044
cboe.Left = new CodeVariableReferenceExpression(PrivateNamesUsed
[
"IsEmbedded"].ToString());
1051
cmie.Method.MethodName = PrivateNamesUsed
[
"ClassNameCheckFunc"].ToString();
1064
coce.CreateType = new CodeTypeReference(PublicNamesUsed
[
"ArgumentExceptionClass"].ToString());
1086
CodeTypeDeclaration SysPropsClass = new CodeTypeDeclaration(PublicNamesUsed
[
"SystemPropertiesClass"].ToString());
1095
cpde.Type = new CodeTypeReference(PublicNamesUsed
[
"BaseObjClass"].ToString());
1098
cctor.Statements.Add(new CodeAssignStatement(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"LateBoundObject"].ToString()), new CodeVariableReferenceExpression("ManagedObject")));
1104
cad.Name = PublicNamesUsed
[
"TypeConverter"].ToString();
1148
new CodeVariableReferenceExpression(PrivateNamesUsed
[
"LateBoundObject"].ToString()),
1156
cf.Name = PrivateNamesUsed
[
"LateBoundObject"].ToString();
1158
cf.Type = new CodeTypeReference(PublicNamesUsed
[
"BaseObjClass"].ToString());
1190
cmp.Name = PublicProperties
[
prop.Name].ToString();
1205
if ((cmp.Type.ArrayRank == 0 && cmp.Type.BaseType == new CodeTypeReference(PublicNamesUsed
[
"BaseObjClass"].ToString()).BaseType) ||
1206
cmp.Type.ArrayRank > 0 && cmp.Type.ArrayElementType.BaseType == new CodeTypeReference(PublicNamesUsed
[
"BaseObjClass"].ToString()).BaseType)
1212
IsValidPropName = "Is" + PublicProperties
[
prop.Name].ToString() + "Null";
1246
new CodeVariableReferenceExpression(PrivateNamesUsed
[
"CurrentObject"].ToString()),
1275
bool isPropertyEnum = GeneratePropertyHelperEnums(prop, PublicProperties
[
prop.Name].ToString(), bNullable);
1309
caa.Value = new CodeTypeOfExpression(PrivateNamesUsed
[
"ConverterClass"].ToString());
1311
cad.Name = PublicNamesUsed
[
"TypeConverter"].ToString();
1383
cmm.Name = "ShouldSerialize" + PublicProperties
[
prop.Name].ToString();
1405
GenerateCodeForRefAndDateTimeTypes(cie, prop.IsArray, cmp.GetStatements, PublicNamesUsed
[
"PathClass"].ToString(), null, false);
1453
cmm2.Name = "Reset" + PublicProperties
[
prop.Name].ToString();
1465
AddPropertySet(cie, prop.IsArray, cmp.SetStatements, PublicNamesUsed
[
"PathClass"].ToString(), null);
1502
new CodeFieldReferenceExpression(new CodeTypeReferenceExpression(new CodeTypeReference(PublicProperties
[
prop.Name].ToString() + "Values")), "NULL_ENUM_VALUE"),
1510
new CodeFieldReferenceExpression(new CodeTypeReferenceExpression(new CodeTypeReference(PublicProperties
[
prop.Name].ToString() + "Values")), "NULL_ENUM_VALUE"),
1526
cmie.Method.TargetObject = new CodeVariableReferenceExpression(PrivateNamesUsed
[
"LateBoundObject"].ToString());
1529
cboe = new CodeBinaryOperatorExpression(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"AutoCommitProperty"].ToString()),
1533
CodeBinaryOperatorExpression cboe1 = new CodeBinaryOperatorExpression(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"IsEmbedded"].ToString()),
2037
cmm.Name = PublicNamesUsed
[
"ConstructPathFunction"].ToString();
2104
cmieInit.Method.MethodName = PrivateNamesUsed
[
"InitialObjectFunc"].ToString();
2113
cmie.Method.TargetObject = new CodeTypeReferenceExpression(PrivateNamesUsed
[
"GeneratedClassName"].ToString());
2114
cmie.Method.MethodName = PublicNamesUsed
[
"ConstructPathFunction"].ToString();
2117
coce.CreateType = new CodeTypeReference(PublicNamesUsed
[
"PathClass"].ToString());
2146
cmieInit.Method.MethodName = PrivateNamesUsed
[
"InitialObjectFunc"].ToString();
2159
if (cctor.Parameters.Count == 1 && cctor.Parameters[0].Type.BaseType == new CodeTypeReference(PublicNamesUsed
[
"PathClass"].ToString()).BaseType)
2171
cmie.Method.TargetObject = new CodeTypeReferenceExpression(PrivateNamesUsed
[
"GeneratedClassName"].ToString());
2172
cmie.Method.MethodName = PublicNamesUsed
[
"ConstructPathFunction"].ToString();
2180
coce.CreateType = new CodeTypeReference(PublicNamesUsed
[
"PathClass"].ToString());
2200
cctor.Parameters.Add(new CodeParameterDeclarationExpression(new CodeTypeReference(PublicNamesUsed
[
"ScopeClass"].ToString()), PrivateNamesUsed
[
"ScopeParam"].ToString()));
2203
cmieInit.Method.MethodName = PrivateNamesUsed
[
"InitialObjectFunc"].ToString();
2218
if (cctor.Parameters.Count == 2 && cctor.Parameters[1].Type.BaseType == new CodeTypeReference(PublicNamesUsed
[
"PathClass"].ToString()).BaseType)
2228
new CodeTypeReference(PublicNamesUsed
[
"ScopeClass"].ToString()),
2229
new CodeVariableReferenceExpression(PrivateNamesUsed
[
"ScopeParam"].ToString())));
2232
cmie.Method.TargetObject = new CodeTypeReferenceExpression(PrivateNamesUsed
[
"GeneratedClassName"].ToString());
2233
cmie.Method.MethodName = PublicNamesUsed
[
"ConstructPathFunction"].ToString();
2241
coce.CreateType = new CodeTypeReference(PublicNamesUsed
[
"PathClass"].ToString());
2266
cpde.Type = new CodeTypeReference(PublicNamesUsed
[
"PathClass"].ToString());
2271
cmieInit.Method.MethodName = PrivateNamesUsed
[
"InitialObjectFunc"].ToString();
2297
cctor.Parameters.Add(new CodeParameterDeclarationExpression(new CodeTypeReference(PublicNamesUsed
[
"PathClass"].ToString()), strPathObject));
2298
cctor.Parameters.Add(new CodeParameterDeclarationExpression(new CodeTypeReference(PublicNamesUsed
[
"GetOptionsClass"].ToString()), strGetOptions));
2301
cmieInit.Method.MethodName = PrivateNamesUsed
[
"InitialObjectFunc"].ToString();
2325
cctor.Parameters.Add(new CodeParameterDeclarationExpression(new CodeTypeReference(PublicNamesUsed
[
"ScopeClass"].ToString()), PrivateNamesUsed
[
"ScopeParam"].ToString()));
2326
cctor.Parameters.Add(new CodeParameterDeclarationExpression(new CodeTypeReference(PublicNamesUsed
[
"PathClass"].ToString()), strPathObject));
2329
cmieInit.Method.MethodName = PrivateNamesUsed
[
"InitialObjectFunc"].ToString();
2332
cmieInit.Parameters.Add(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"ScopeParam"].ToString()));
2350
cctor.Parameters.Add(new CodeParameterDeclarationExpression(new CodeTypeReference(PublicNamesUsed
[
"ScopeClass"].ToString()),
2351
PrivateNamesUsed
[
"ScopeParam"].ToString()));
2354
cmieInit.Method.MethodName = PrivateNamesUsed
[
"InitialObjectFunc"].ToString();
2357
cmieInit.Parameters.Add(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"ScopeParam"].ToString()));
2359
cmie.Method.TargetObject = new CodeTypeReferenceExpression(PrivateNamesUsed
[
"GeneratedClassName"].ToString());
2360
cmie.Method.MethodName = PublicNamesUsed
[
"ConstructPathFunction"].ToString();
2363
coce.CreateType = new CodeTypeReference(PublicNamesUsed
[
"PathClass"].ToString());
2387
cctor.Parameters.Add(new CodeParameterDeclarationExpression(new CodeTypeReference(PublicNamesUsed
[
"GetOptionsClass"].ToString()),
2391
cmieInit.Method.MethodName = PrivateNamesUsed
[
"InitialObjectFunc"].ToString();
2396
cmie.Method.TargetObject = new CodeTypeReferenceExpression(PrivateNamesUsed
[
"GeneratedClassName"].ToString());
2397
cmie.Method.MethodName = PublicNamesUsed
[
"ConstructPathFunction"].ToString();
2400
coce.CreateType = new CodeTypeReference(PublicNamesUsed
[
"PathClass"].ToString());
2422
cctor.Parameters.Add(new CodeParameterDeclarationExpression(new CodeTypeReference(PublicNamesUsed
[
"ScopeClass"].ToString()),
2423
PrivateNamesUsed
[
"ScopeParam"].ToString()));
2424
cctor.Parameters.Add(new CodeParameterDeclarationExpression(new CodeTypeReference(PublicNamesUsed
[
"GetOptionsClass"].ToString()),
2430
cmieInit.Method.MethodName = PrivateNamesUsed
[
"InitialObjectFunc"].ToString();
2433
cmieInit.Parameters.Add(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"ScopeParam"].ToString()));
2436
cmie.Method.TargetObject = new CodeTypeReferenceExpression(PrivateNamesUsed
[
"GeneratedClassName"].ToString());
2437
cmie.Method.MethodName = PublicNamesUsed
[
"ConstructPathFunction"].ToString();
2440
coce.CreateType = new CodeTypeReference(PublicNamesUsed
[
"PathClass"].ToString());
2483
cctor.Parameters.Add(new CodeParameterDeclarationExpression(new CodeTypeReference(PublicNamesUsed
[
"ScopeClass"].ToString()), PrivateNamesUsed
[
"ScopeParam"].ToString()));
2484
cctor.Parameters.Add(new CodeParameterDeclarationExpression(new CodeTypeReference(PublicNamesUsed
[
"PathClass"].ToString()), strPathObject));
2485
cctor.Parameters.Add(new CodeParameterDeclarationExpression(new CodeTypeReference(PublicNamesUsed
[
"GetOptionsClass"].ToString()), strGetOptions));
2488
cmieInit.Method.MethodName = PrivateNamesUsed
[
"InitialObjectFunc"].ToString();
2491
cmieInit.Parameters.Add(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"ScopeParam"].ToString()));
2520
cpde.Type = new CodeTypeReference(PublicNamesUsed
[
"LateBoundClass"].ToString());
2534
cmie.Method.MethodName = PrivateNamesUsed
[
"ClassNameCheckFunc"].ToString();
2544
new CodeVariableReferenceExpression(PrivateNamesUsed
[
"LateBoundObject"].ToString()),
2548
coce.CreateType = new CodeTypeReference(PublicNamesUsed
[
"SystemPropertiesClass"].ToString());
2549
coce.Parameters.Add(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"LateBoundObject"].ToString()));
2550
cis.TrueStatements.Add(new CodeAssignStatement(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"SystemPropertiesObject"].ToString()), coce));
2551
cis.TrueStatements.Add(new CodeAssignStatement(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"CurrentObject"].ToString()),
2552
new CodeVariableReferenceExpression(PrivateNamesUsed
[
"LateBoundObject"].ToString())));
2555
coce.CreateType = new CodeTypeReference(PublicNamesUsed
[
"ArgumentExceptionClass"].ToString());
2590
cpde.Type = new CodeTypeReference(PublicNamesUsed
[
"BaseObjClass"].ToString());
2598
cmie.Method.MethodName = PrivateNamesUsed
[
"ClassNameCheckFunc"].ToString();
2611
new CodeVariableReferenceExpression(PrivateNamesUsed
[
"EmbeddedObject"].ToString()),
2615
coce.CreateType = new CodeTypeReference(PublicNamesUsed
[
"SystemPropertiesClass"].ToString());
2617
cis.TrueStatements.Add(new CodeAssignStatement(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"SystemPropertiesObject"].ToString()), coce));
2618
cis.TrueStatements.Add(new CodeAssignStatement(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"CurrentObject"].ToString()),
2619
new CodeVariableReferenceExpression(PrivateNamesUsed
[
"EmbeddedObject"].ToString())));
2621
cis.TrueStatements.Add(new CodeAssignStatement(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"IsEmbedded"].ToString()),
2625
coce.CreateType = new CodeTypeReference(PublicNamesUsed
[
"ArgumentExceptionClass"].ToString());
2667
cmmInit.Name = PrivateNamesUsed
[
"InitialObjectFunc"].ToString();
2670
cmmInit.Parameters.Add(new CodeParameterDeclarationExpression(new CodeTypeReference(PublicNamesUsed
[
"ScopeClass"].ToString()), PrivateNamesUsed
[
"ScopeParam"].ToString()));
2671
cmmInit.Parameters.Add(new CodeParameterDeclarationExpression(new CodeTypeReference(PublicNamesUsed
[
"PathClass"].ToString()), strPathObject));
2672
cmmInit.Parameters.Add(new CodeParameterDeclarationExpression(new CodeTypeReference(PublicNamesUsed
[
"GetOptionsClass"].ToString()), strGetOptions));
2686
cmie.Method.MethodName = PrivateNamesUsed
[
"ClassNameCheckFunc"].ToString();
2689
cmie.Parameters.Add(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"ScopeParam"].ToString()));
2699
coce.CreateType = new CodeTypeReference(PublicNamesUsed
[
"ArgumentExceptionClass"].ToString());
2707
coce.CreateType = new CodeTypeReference(PublicNamesUsed
[
"LateBoundClass"].ToString());
2708
coce.Parameters.Add(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"ScopeParam"].ToString()));
2712
PrivateNamesUsed
[
"LateBoundObject"].ToString()),
2715
coce.CreateType = new CodeTypeReference(PublicNamesUsed
[
"SystemPropertiesClass"].ToString());
2716
coce.Parameters.Add(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"LateBoundObject"].ToString()));
2718
PrivateNamesUsed
[
"SystemPropertiesObject"].ToString()),
2721
cmmInit.Statements.Add(new CodeAssignStatement(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"CurrentObject"].ToString()),
2722
new CodeVariableReferenceExpression(PrivateNamesUsed
[
"LateBoundObject"].ToString())));
2731
new CodeVariableReferenceExpression(PrivateNamesUsed
[
"LateBoundObject"].ToString()),
2732
PublicNamesUsed
[
"ScopeProperty"].ToString()),
2796
string strTemp = PrivateNamesUsed
[
"LateBoundObject"].ToString();
2810
cmm.Name = PublicMethods
[
meth.Name].ToString();
2842
cboe.Left = new CodeVariableReferenceExpression(PrivateNamesUsed
[
"IsEmbedded"].ToString());
2852
cis.TrueStatements.Add(new CodeVariableDeclarationStatement(new CodeTypeReference(PublicNamesUsed
[
"BaseObjClass"].ToString()),
2860
cocePath.CreateType = new CodeTypeReference(PublicNamesUsed
[
"PathClass"].ToString());
2861
cocePath.Parameters.Add(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"CreationClassName"].ToString()));
2862
cis.TrueStatements.Add(new CodeVariableDeclarationStatement(new CodeTypeReference(PublicNamesUsed
[
"PathClass"].ToString()), strPath, cocePath));
2865
coce1.CreateType = new CodeTypeReference(PublicNamesUsed
[
"ManagementClass"].ToString());
2866
coce1.Parameters.Add(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"statMgmtScope"].ToString()));
2871
coce.CreateType = new CodeTypeReference(PublicNamesUsed
[
"ManagementClass"].ToString());
2873
cis.TrueStatements.Add(new CodeVariableDeclarationStatement(new CodeTypeReference(PublicNamesUsed
[
"ManagementClass"].ToString()), strClassObj, coce1));
2883
new CodeVariableReferenceExpression(bStatic ? strClassObj : PrivateNamesUsed
[
"LateBoundObject"].ToString()),
2884
PublicNamesUsed
[
"ScopeProperty"].ToString()),
2889
PrivateNamesUsed
[
"Privileges"].ToString(), cprePrivileges));
2954
AddPropertySet(cie, prop.IsArray, cis.TrueStatements, PublicNamesUsed
[
"PathClass"].ToString(), new CodeVariableReferenceExpression(cpde.Name));
3013
cis.TrueStatements.Add(new CodeVariableDeclarationStatement(new CodeTypeReference(PublicNamesUsed
[
"BaseObjClass"].ToString()), strOutParams, cmie));
3070
GenerateCodeForRefAndDateTimeTypes(cie, prop.IsArray, cis.TrueStatements, PublicNamesUsed
[
"PathClass"].ToString(), new CodeVariableReferenceExpression(prop.Name), true);
3182
cis.TrueStatements.Add(new CodeAssignStatement(cprePrivileges, new CodeVariableReferenceExpression(PrivateNamesUsed
[
"Privileges"].ToString())));
3192
if (retRefType.BaseType == new CodeTypeReference(PublicNamesUsed
[
"PathClass"].ToString()).BaseType)
3199
GenerateCodeForRefAndDateTimeTypes(cie, isRetArray, cis.TrueStatements, PublicNamesUsed
[
"PathClass"].ToString(), new CodeVariableReferenceExpression("retVar"), true);
3236
if (retRefType.ArrayRank == 0 && retRefType.BaseType != new CodeTypeReference(PublicNamesUsed
[
"BaseObjClass"].ToString()).BaseType)
3281
cmm.Name = PublicNamesUsed
[
"FilterFunction"].ToString();
3282
cmm.ReturnType = new CodeTypeReference(PrivateNamesUsed
[
"CollectionClass"].ToString());
3286
cmie.Method.MethodName = PublicNamesUsed
[
"FilterFunction"].ToString();
3311
cmm.Name = PublicNamesUsed
[
"FilterFunction"].ToString();
3312
cmm.ReturnType = new CodeTypeReference(PrivateNamesUsed
[
"CollectionClass"].ToString());
3317
PublicNamesUsed
[
"FilterFunction"].ToString()
3342
cmm.Name = PublicNamesUsed
[
"FilterFunction"].ToString();
3343
cmm.ReturnType = new CodeTypeReference(PrivateNamesUsed
[
"CollectionClass"].ToString());
3348
PublicNamesUsed
[
"FilterFunction"].ToString()
3373
cmm.Name = PublicNamesUsed
[
"FilterFunction"].ToString();
3374
cmm.ReturnType = new CodeTypeReference(PrivateNamesUsed
[
"CollectionClass"].ToString());
3380
PublicNamesUsed
[
"FilterFunction"].ToString()
3420
cmm.Name = PublicNamesUsed
[
"FilterFunction"].ToString();
3421
cmm.ReturnType = new CodeTypeReference(PrivateNamesUsed
[
"CollectionClass"].ToString());
3422
cmm.Parameters.Add(new CodeParameterDeclarationExpression(new CodeTypeReference(PublicNamesUsed
[
"ScopeClass"].ToString()), PrivateNamesUsed
[
"ScopeParam"].ToString()));
3423
cmm.Parameters.Add(new CodeParameterDeclarationExpression(new CodeTypeReference(PublicNamesUsed
[
"QueryOptionsClass"].ToString()),
3424
PrivateNamesUsed
[
"EnumParam"].ToString()));
3433
cboe.Left = new CodeVariableReferenceExpression(PrivateNamesUsed
[
"ScopeParam"].ToString());
3440
cboe1.Left = new CodeVariableReferenceExpression(PrivateNamesUsed
[
"statMgmtScope"].ToString());
3446
coce.CreateType = new CodeTypeReference(PublicNamesUsed
[
"ScopeClass"].ToString());
3447
cis1.TrueStatements.Add(new CodeAssignStatement(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"ScopeParam"].ToString()), coce));
3450
new CodePropertyReferenceExpression(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"ScopeParam"].ToString()),
3455
cis1.FalseStatements.Add(new CodeAssignStatement(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"ScopeParam"].ToString()),
3456
new CodeVariableReferenceExpression(PrivateNamesUsed
[
"statMgmtScope"].ToString())));
3463
coce.CreateType = new CodeTypeReference(PublicNamesUsed
[
"PathClass"].ToString());
3465
cmm.Statements.Add(new CodeVariableDeclarationStatement(new CodeTypeReference(PublicNamesUsed
[
"PathClass"].ToString()), pathObj, coce));
3477
coce.CreateType = new CodeTypeReference(PublicNamesUsed
[
"ManagementClass"].ToString());
3478
coce.Parameters.Add(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"ScopeParam"].ToString()));
3482
cmm.Statements.Add(new CodeVariableDeclarationStatement(new CodeTypeReference(PublicNamesUsed
[
"ManagementClass"].ToString()),
3487
cboe.Left = new CodeVariableReferenceExpression(PrivateNamesUsed
[
"EnumParam"].ToString());
3493
coce.CreateType = new CodeTypeReference(PublicNamesUsed
[
"QueryOptionsClass"].ToString());
3494
cis.TrueStatements.Add(new CodeAssignStatement(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"EnumParam"].ToString()),
3497
new CodeVariableReferenceExpression(PrivateNamesUsed
[
"EnumParam"].ToString()),
3505
coce.CreateType = new CodeTypeReference(PrivateNamesUsed
[
"CollectionClass"].ToString());
3509
cmie.Parameters.Add(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"EnumParam"].ToString()));
3531
cmm.Name = PublicNamesUsed
[
"FilterFunction"].ToString();
3532
cmm.ReturnType = new CodeTypeReference(PrivateNamesUsed
[
"CollectionClass"].ToString());
3533
cmm.Parameters.Add(new CodeParameterDeclarationExpression(new CodeTypeReference(PublicNamesUsed
[
"ScopeClass"].ToString()), PrivateNamesUsed
[
"ScopeParam"].ToString()));
3538
PublicNamesUsed
[
"FilterFunction"].ToString()
3540
cmie.Parameters.Add(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"ScopeParam"].ToString()));
3562
cmm.Name = PublicNamesUsed
[
"FilterFunction"].ToString();
3563
cmm.ReturnType = new CodeTypeReference(PrivateNamesUsed
[
"CollectionClass"].ToString());
3564
cmm.Parameters.Add(new CodeParameterDeclarationExpression(PublicNamesUsed
[
"ScopeClass"].ToString(), PrivateNamesUsed
[
"ScopeParam"].ToString()));
3569
PublicNamesUsed
[
"FilterFunction"].ToString()
3572
cmie.Parameters.Add(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"ScopeParam"].ToString()));
3603
cmm.Name = PublicNamesUsed
[
"FilterFunction"].ToString();
3604
cmm.ReturnType = new CodeTypeReference(PrivateNamesUsed
[
"CollectionClass"].ToString());
3606
cmm.Parameters.Add(new CodeParameterDeclarationExpression(new CodeTypeReference(PublicNamesUsed
[
"ScopeClass"].ToString()), PrivateNamesUsed
[
"ScopeParam"].ToString()));
3612
cboe.Left = new CodeVariableReferenceExpression(PrivateNamesUsed
[
"ScopeParam"].ToString());
3620
cboe1.Left = new CodeVariableReferenceExpression(PrivateNamesUsed
[
"statMgmtScope"].ToString());
3626
coce.CreateType = new CodeTypeReference(PublicNamesUsed
[
"ScopeClass"].ToString());
3627
cis1.TrueStatements.Add(new CodeAssignStatement(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"ScopeParam"].ToString()), coce));
3630
new CodePropertyReferenceExpression(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"ScopeParam"].ToString()),
3634
cis1.FalseStatements.Add(new CodeAssignStatement(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"ScopeParam"].ToString()),
3635
new CodeVariableReferenceExpression(PrivateNamesUsed
[
"statMgmtScope"].ToString())));
3641
coce1.CreateType = new CodeTypeReference(PublicNamesUsed
[
"QueryClass"].ToString());
3647
coce.CreateType = new CodeTypeReference(PublicNamesUsed
[
"ObjectSearcherClass"].ToString());
3648
coce.Parameters.Add(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"ScopeParam"].ToString()));
3651
cmm.Statements.Add(new CodeVariableDeclarationStatement(PublicNamesUsed
[
"ObjectSearcherClass"].ToString(),
3655
coce.CreateType = new CodeTypeReference(PublicNamesUsed
[
"QueryOptionsClass"].ToString());
3658
new CodeTypeReference(PublicNamesUsed
[
"QueryOptionsClass"].ToString()),
3659
PrivateNamesUsed
[
"EnumParam"].ToString(), coce));
3662
new CodeVariableReferenceExpression(PrivateNamesUsed
[
"EnumParam"].ToString()),
3671
new CodeVariableReferenceExpression(PrivateNamesUsed
[
"EnumParam"].ToString())));
3674
coce.CreateType = new CodeTypeReference(PrivateNamesUsed
[
"CollectionClass"].ToString());
3744
CodeTypeDeclaration CodeConvertorClass = new CodeTypeDeclaration(PrivateNamesUsed
[
"ConverterClass"].ToString());
3745
CodeConvertorClass.BaseTypes.Add(PublicNamesUsed
[
"TypeConverter"].ToString());
3754
cf.Type = new CodeTypeReference(PublicNamesUsed
[
"TypeConverter"].ToString());
3761
cf.Type = new CodeTypeReference(PublicNamesUsed
[
"Type"].ToString());
4134
cboe1.Right = new CodeTypeOfExpression(PublicNamesUsed
[
"Boolean"].ToString());
4142
cboe2.Right = new CodeTypeOfExpression(PublicNamesUsed
[
"ValueType"].ToString());
4245
ccc = new CodeTypeDeclaration(PrivateNamesUsed
[
"CollectionClass"].ToString());
4383
coce.CreateType = new CodeTypeReference(PrivateNamesUsed
[
"GeneratedClassName"].ToString());
4384
coce.Parameters.Add(new CodeCastExpression(new CodeTypeReference(PublicNamesUsed
[
"LateBoundClass"].ToString()), cmie1));
4404
coce.CreateType = new CodeTypeReference(PrivateNamesUsed
[
"EnumeratorClass"].ToString());
4424
ecc = new CodeTypeDeclaration(PrivateNamesUsed
[
"EnumeratorClass"].ToString());
4467
coce.CreateType = new CodeTypeReference(PrivateNamesUsed
[
"GeneratedClassName"].ToString());
4468
coce.Parameters.Add(new CodeCastExpression(new CodeTypeReference(PublicNamesUsed
[
"LateBoundClass"].ToString()),
4633
strType = PublicNamesUsed
[
"PathClass"].ToString();
4643
strType = PublicNamesUsed
[
"BaseObjClass"].ToString();
4713
return PrivateNamesUsed
[
"GeneratedNamespace"].ToString() + "." +
4714
PrivateNamesUsed
[
"GeneratedClassName"].ToString();
4937
cmm.Name = PublicNamesUsed
[
"CommitMethod"].ToString();
4950
cboe.Left = new CodeVariableReferenceExpression(PrivateNamesUsed
[
"IsEmbedded"].ToString());
4956
cmie.Method.TargetObject = new CodeVariableReferenceExpression(PrivateNamesUsed
[
"LateBoundObject"].ToString());
4966
cmm.Name = PublicNamesUsed
[
"CommitMethod"].ToString();
4970
cpde.Type = new CodeTypeReference(PublicNamesUsed
[
"PutOptions"].ToString());
4971
cpde.Name = PrivateNamesUsed
[
"putOptions"].ToString();
4984
cboe.Left = new CodeVariableReferenceExpression(PrivateNamesUsed
[
"IsEmbedded"].ToString());
4990
cmie.Method.TargetObject = new CodeVariableReferenceExpression(PrivateNamesUsed
[
"LateBoundObject"].ToString());
4992
cmie.Parameters.Add(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"putOptions"].ToString()));
5318
cmp.Name = PublicNamesUsed
[
"ClassNameProperty"].ToString();
5338
new CodeVariableReferenceExpression(PrivateNamesUsed
[
"CreationClassName"].ToString())));
5343
cboe.Left = new CodeVariableReferenceExpression(PrivateNamesUsed
[
"CurrentObject"].ToString());
5351
cboe1.Left = new CodePropertyReferenceExpression(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"CurrentObject"].ToString()),
5352
PublicNamesUsed
[
"ClassPathProperty"].ToString());
5361
new CodeIndexerExpression(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"CurrentObject"].ToString()),
5384
new CodeVariableReferenceExpression(PrivateNamesUsed
[
"CreationClassName"].ToString())));
5404
cmm.Name = PrivateNamesUsed
[
"ClassNameCheckFunc"].ToString();
5408
cmm.Parameters.Add(new CodeParameterDeclarationExpression(new CodeTypeReference(PublicNamesUsed
[
"ScopeClass"].ToString()), PrivateNamesUsed
[
"ScopeParam"].ToString()));
5409
cmm.Parameters.Add(new CodeParameterDeclarationExpression(new CodeTypeReference(PublicNamesUsed
[
"PathClass"].ToString()), strPathParam));
5410
cmm.Parameters.Add(new CodeParameterDeclarationExpression(new CodeTypeReference(PublicNamesUsed
[
"GetOptionsClass"].ToString()), strGetOptions));
5417
new CodePropertyReferenceExpression(new CodeThisReferenceExpression(), PublicNamesUsed
[
"ClassNameProperty"].ToString()),
5449
coce.CreateType = new CodeTypeReference(PublicNamesUsed
[
"LateBoundClass"].ToString());
5450
coce.Parameters.Add(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"ScopeParam"].ToString()));
5455
cmre.MethodName = PrivateNamesUsed
[
"ClassNameCheckFunc"].ToString();
5476
cmm.Name = PrivateNamesUsed
[
"ClassNameCheckFunc"].ToString();
5480
cmm.Parameters.Add(new CodeParameterDeclarationExpression(new CodeTypeReference(PublicNamesUsed
[
"BaseObjClass"].ToString()), strTempObj));
5487
new CodePropertyReferenceExpression(new CodeThisReferenceExpression(), PublicNamesUsed
[
"ClassNameProperty"].ToString()),
5555
new CodePropertyReferenceExpression(new CodeThisReferenceExpression(), PublicNamesUsed
[
"ClassNameProperty"].ToString()),
5603
if (string.Equals(strType, PublicNamesUsed
[
"PathClass"].ToString(), StringComparison.OrdinalIgnoreCase))
5887
cmie.Method.MethodName = PrivateNamesUsed
[
"ToDateTimeMethod"].ToString();
5907
cmie.Method.MethodName = PrivateNamesUsed
[
"ToTimeSpanMethod"].ToString();
5913
coce.CreateType = new CodeTypeReference(PublicNamesUsed
[
"PathClass"].ToString());
5934
cmie1.Method.MethodName = PrivateNamesUsed
[
"ToDMTFDateTimeMethod"].ToString();
5941
cmie2.Method.MethodName = PrivateNamesUsed
[
"ToDMTFTimeIntervalMethod"].ToString();
5946
new CodeTypeReference(PublicNamesUsed
[
"PathClass"].ToString()),
5947
beginningExpression), PublicNamesUsed
[
"PathProperty"].ToString());
5958
cmp.Name = PublicNamesUsed
[
"ScopeProperty"].ToString();
5960
cmp.Type = new CodeTypeReference(PublicNamesUsed
[
"ScopeClass"].ToString());
5972
if (IsDesignerSerializationVisibilityToBeSet(PublicNamesUsed
[
"ScopeProperty"].ToString()))
5984
cboe.Left = new CodeVariableReferenceExpression(PrivateNamesUsed
[
"IsEmbedded"].ToString());
5990
new CodeVariableReferenceExpression(PrivateNamesUsed
[
"LateBoundObject"].ToString()), "Scope");
5998
cboe.Left = new CodeVariableReferenceExpression(PrivateNamesUsed
[
"IsEmbedded"].ToString());
6184
cmm.Name = PublicNamesUsed
[
"CreateInst"].ToString();
6185
cmm.ReturnType = new CodeTypeReference(PrivateNamesUsed
[
"GeneratedClassName"].ToString());
6198
cmm.Statements.Add(new CodeVariableDeclarationStatement(new CodeTypeReference(PublicNamesUsed
[
"ScopeClass"].ToString()),
6204
cboe1.Left = new CodeVariableReferenceExpression(PrivateNamesUsed
[
"statMgmtScope"].ToString());
6210
coce.CreateType = new CodeTypeReference(PublicNamesUsed
[
"ScopeClass"].ToString());
6216
new CodeVariableReferenceExpression(PrivateNamesUsed
[
"CreationWmiNamespace"].ToString())));
6220
new CodeVariableReferenceExpression(PrivateNamesUsed
[
"statMgmtScope"].ToString())));
6226
cocePath.CreateType = new CodeTypeReference(PublicNamesUsed
[
"PathClass"].ToString());
6227
cocePath.Parameters.Add(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"CreationClassName"].ToString()));
6228
cmm.Statements.Add(new CodeVariableDeclarationStatement(new CodeTypeReference(PublicNamesUsed
[
"PathClass"].ToString()), strPath, cocePath));
6231
coce1.CreateType = new CodeTypeReference(PublicNamesUsed
[
"ManagementClass"].ToString());
6236
cmm.Statements.Add(new CodeVariableDeclarationStatement(PublicNamesUsed
[
"ManagementClass"].ToString(), strTemp, coce1));
6244
coce.CreateType = new CodeTypeReference(PrivateNamesUsed
[
"GeneratedClassName"].ToString());
6264
cmm.Name = PublicNamesUsed
[
"DeleteInst"].ToString();
6277
cmie1.Method.TargetObject = new CodeVariableReferenceExpression(PrivateNamesUsed
[
"LateBoundObject"].ToString());
6325
cmmdt.Name = PrivateNamesUsed
[
"ToDateTimeMethod"].ToString();
6376
codeThrowException.CreateType = new CodeTypeReference(PublicNamesUsed
[
"ArgumentOutOfRangeException"].ToString());
6563
(PublicNamesUsed
[
"ArgumentOutOfRangeException"].ToString());
6769
cmmts.Name = PrivateNamesUsed
[
"ToDMTFTimeIntervalMethod"].ToString();
6808
new CodeTypeReference(PublicNamesUsed
[
"ArgumentOutOfRangeException"].ToString());
7031
cmmdt.Name = PrivateNamesUsed
[
"ToDMTFDateTimeMethod"].ToString();
7353
cmmts.Name = PrivateNamesUsed
[
"ToTimeSpanMethod"].ToString();
7387
codeThrowException.CreateType = new CodeTypeReference(PublicNamesUsed
[
"ArgumentOutOfRangeException"].ToString());
7589
(PublicNamesUsed
[
"ArgumentOutOfRangeException"].ToString());
7673
cmieInit.Method.MethodName = PrivateNamesUsed
[
"initVariable"].ToString();
7682
cmmInit.Name = PrivateNamesUsed
[
"initVariable"].ToString();
7687
cmmInit.Statements.Add(new CodeAssignStatement(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"AutoCommitProperty"].ToString()),
7689
cmmInit.Statements.Add(new CodeAssignStatement(new CodeVariableReferenceExpression(PrivateNamesUsed
[
"IsEmbedded"].ToString()),
System.Net.Primitives (1)
System\Net\CookieContainer.cs (1)
911
return m_list
[
s];