6 writes to cf
System.Management (6)
System\Management\WMIGenerator.cs (6)
1155cf = new CodeMemberField(); 3699cf = new CodeMemberField(); 3751cf = new CodeMemberField(); 3758cf = new CodeMemberField(); 4251cf = new CodeMemberField(); 4431cf = new CodeMemberField();
27 references to cf
System.Management (27)
System\Management\WMIGenerator.cs (27)
1156cf.Name = PrivateNamesUsed["LateBoundObject"].ToString(); 1157cf.Attributes = MemberAttributes.Private | MemberAttributes.Final; 1158cf.Type = new CodeTypeReference(PublicNamesUsed["BaseObjClass"].ToString()); 1159SysPropsClass.Members.Add(cf); 3700cf.Name = memberName; 3701cf.Attributes = MemberAttributes.Private | MemberAttributes.Final; 3704cf.Attributes |= MemberAttributes.Static; 3706cf.Type = new CodeTypeReference(MemberType); 3709cf.InitExpression = initExpression; 3711cc.Members.Add(cf); 3715cf.Comments.Add(new CodeCommentStatement(Comment)); 3752cf.Name = baseTypeMemberVariable; 3753cf.Attributes = MemberAttributes.Private | MemberAttributes.Final; 3754cf.Type = new CodeTypeReference(PublicNamesUsed["TypeConverter"].ToString()); 3756CodeConvertorClass.Members.Add(cf); 3759cf.Name = typeMemberVariable; 3760cf.Attributes = MemberAttributes.Private | MemberAttributes.Final; 3761cf.Type = new CodeTypeReference(PublicNamesUsed["Type"].ToString()); 3763CodeConvertorClass.Members.Add(cf); 4252cf.Name = strObjectCollection; 4253cf.Attributes = MemberAttributes.Private | MemberAttributes.Final; 4254cf.Type = new CodeTypeReference(strManagementObjectCollectionType); 4255ccc.Members.Add(cf); 4432cf.Name = strObjectEnumerator; 4433cf.Attributes = MemberAttributes.Private | MemberAttributes.Final; 4434cf.Type = new CodeTypeReference(strManagementObjectCollectionType + "." + 4436ecc.Members.Add(cf);