8 references to arrKeyType
System.Management (8)
WmiGenerator.cs (8)
1648
arrKeyType
.Add(cmp.Type);
2093
strType = ((CodeTypeReference)
arrKeyType
[i]).BaseType;
2113
if (((CodeTypeReference)
arrKeyType
[i]).BaseType == "System.String")
2129
cmie.Method.TargetObject = new CodeCastExpression(new CodeTypeReference(((CodeTypeReference)
arrKeyType
[i]).BaseType + " "),new CodeVariableReferenceExpression("key"+arrKeys[i]));
2192
if (
arrKeyType
.Count > 0)
2204
cpde.Type = new CodeTypeReference(((CodeTypeReference)
arrKeyType
[i]).BaseType);
2258
if (
arrKeyType
.Count > 0)
2263
cpde.Type = new CodeTypeReference(((CodeTypeReference)
arrKeyType
[i]).BaseType);