6 writes to cf
System.Management (6)
WmiGenerator.cs (6)
1196
cf
= new CodeMemberField();
3755
cf
= new CodeMemberField();
3807
cf
= new CodeMemberField();
3814
cf
= new CodeMemberField();
4309
cf
= new CodeMemberField();
4524
cf
= new CodeMemberField();
28 references to cf
System.Management (28)
WmiGenerator.cs (28)
1197
cf
.Name = PrivateNamesUsed["LateBoundObject"].ToString();
1198
cf
.Attributes = MemberAttributes.Private | MemberAttributes.Final ;
1199
cf
.Type = new CodeTypeReference(PublicNamesUsed["BaseObjClass"].ToString());
1200
SysPropsClass.Members.Add(
cf
);
3756
cf
.Name = memberName;
3757
cf
.Attributes = MemberAttributes.Private | MemberAttributes.Final ;
3760
cf
.Attributes =
cf
.Attributes | MemberAttributes.Static;
3762
cf
.Type = new CodeTypeReference(MemberType);
3765
cf
.InitExpression = initExpression;
3767
cc.Members.Add(
cf
);
3771
cf
.Comments.Add(new CodeCommentStatement(Comment));
3808
cf
.Name = baseTypeMemberVariable;
3809
cf
.Attributes = MemberAttributes.Private | MemberAttributes.Final ;
3810
cf
.Type = new CodeTypeReference(PublicNamesUsed["TypeConverter"].ToString());
3812
CodeConvertorClass.Members.Add(
cf
);
3815
cf
.Name = typeMemberVariable;
3816
cf
.Attributes = MemberAttributes.Private | MemberAttributes.Final ;
3817
cf
.Type = new CodeTypeReference(PublicNamesUsed["Type"].ToString());
3819
CodeConvertorClass.Members.Add(
cf
);
4310
cf
.Name = strObjectCollection;
4311
cf
.Attributes = MemberAttributes.Private | MemberAttributes.Final;
4312
cf
.Type = new CodeTypeReference(strManagementObjectCollectionType);
4313
ccc.Members.Add(
cf
);
4525
cf
.Name = strObjectEnumerator;
4526
cf
.Attributes = MemberAttributes.Private | MemberAttributes.Final ;
4527
cf
.Type = new CodeTypeReference(strManagementObjectCollectionType+"."+
4529
ecc.Members.Add(
cf
);