7 writes to NIisParentTypeOnObject
mscorlib (7)
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (6)
391memberNameInfo.NIisParentTypeOnObject = true; 393typeNameInfo.NIisParentTypeOnObject = true; 498memberNameInfo.NIisParentTypeOnObject = false; 560newMemberNameInfo.NIisParentTypeOnObject = memberNameInfo.NIisParentTypeOnObject; 596memberNameInfo.NIisParentTypeOnObject = true; 759arrayElemTypeNameInfo.NIisParentTypeOnObject = memberNameInfo.NIisParentTypeOnObject;
system\runtime\serialization\formatters\binary\binaryutilclasses.cs (1)
782NIisParentTypeOnObject = false;
3 references to NIisParentTypeOnObject
mscorlib (3)
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (3)
495if (memberNameInfo.NIisParentTypeOnObject) 560newMemberNameInfo.NIisParentTypeOnObject = memberNameInfo.NIisParentTypeOnObject; 759arrayElemTypeNameInfo.NIisParentTypeOnObject = memberNameInfo.NIisParentTypeOnObject;