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