3 references to GetSerializableMembers
mscorlib (3)
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (2)
346
cache.memberInfos = FormatterServices.
GetSerializableMembers
(objectType, context);
631
cache.memberInfos = FormatterServices.
GetSerializableMembers
(objectType, context);
system\runtime\serialization\formatterservices.cs (1)
179
return
GetSerializableMembers
(type, new StreamingContext(StreamingContextStates.All));