1 instantiation of ObjectBinderSnapshot
Microsoft.CodeAnalysis (1)
Serialization\ObjectBinder.cs (1)
51s_lastSnapshot = new ObjectBinderSnapshot(s_typeToIndex, s_types, s_typeReaders);
4 references to ObjectBinderSnapshot
Microsoft.CodeAnalysis (4)
Serialization\ObjectBinder.cs (2)
29private static ObjectBinderSnapshot? s_lastSnapshot = null; 45public static ObjectBinderSnapshot GetSnapshot()
Serialization\ObjectReader.cs (1)
59private readonly ObjectBinderSnapshot _binderSnapshot;
Serialization\ObjectWriter.cs (1)
69private readonly ObjectBinderSnapshot _binderSnapshot;