8 references to arrKeyType
System.Management (8)
System\Management\WMIGenerator.cs (8)
1600
arrKeyType
.Add(cmp.Type);
2043
strType = ((CodeTypeReference)
arrKeyType
[i]).BaseType;
2063
if (((CodeTypeReference)
arrKeyType
[i]).BaseType == "System.String")
2077
cmie.Method.TargetObject = new CodeCastExpression(new CodeTypeReference(((CodeTypeReference)
arrKeyType
[i]).BaseType + " "), new CodeVariableReferenceExpression("key" + arrKeys[i]));
2140
if (
arrKeyType
.Count > 0)
2152
cpde.Type = new CodeTypeReference(((CodeTypeReference)
arrKeyType
[i]).BaseType);
2206
if (
arrKeyType
.Count > 0)
2211
cpde.Type = new CodeTypeReference(((CodeTypeReference)
arrKeyType
[i]).BaseType);