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