2 instantiations of ObjectIDGenerator
mscorlib (2)
system\runtime\serialization\formatter.cs (1)
43m_idGenerator = new ObjectIDGenerator();
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (1)
140m_idGenerator = new ObjectIDGenerator();
2 references to ObjectIDGenerator
mscorlib (2)
system\runtime\serialization\formatter.cs (1)
35protected ObjectIDGenerator m_idGenerator;
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (1)
36private ObjectIDGenerator m_idGenerator;