2 writes to PublicProperties
System.Management (2)
WmiGenerator.cs (2)
741nIndex = IsContainedIn(s,ref PublicProperties); 833if (IsContainedIn(strTemp,ref PublicProperties) == -1)
13 references to PublicProperties
System.Management (13)
WmiGenerator.cs (13)
723PublicProperties.Add(prop.Name,prop.Name); 747PublicProperties.SetByIndex(nIndex,ResolveCollision(s,false)); 763foreach(String s in PublicProperties.Values) 788foreach(String s in PublicProperties.Values) 1222for(int i=0;i< PublicProperties.Count;i++) 1225PropertyData prop = classobj.Properties[PublicProperties.GetKey(i).ToString()]; 1231cmp.Name = PublicProperties[prop.Name].ToString(); 1253IsValidPropName = "Is" + PublicProperties[prop.Name].ToString() + "Null"; 1316bool isPropertyEnum = GeneratePropertyHelperEnums(prop,PublicProperties[prop.Name].ToString(), bNullable); 1424cmm.Name = "ShouldSerialize" + PublicProperties[prop.Name].ToString(); 1494cmm2.Name = "Reset" + PublicProperties[prop.Name].ToString(); 1543new CodeFieldReferenceExpression(new CodeTypeReferenceExpression(new CodeTypeReference(PublicProperties[prop.Name].ToString() + "Values")), "NULL_ENUM_VALUE"), 1551new CodeFieldReferenceExpression(new CodeTypeReferenceExpression(new CodeTypeReference(PublicProperties[prop.Name].ToString() + "Values")), "NULL_ENUM_VALUE"),