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