2 writes to s_lastSnapshot
Microsoft.CodeAnalysis (2)
Serialization\ObjectBinder.cs (2)
51
s_lastSnapshot
= new ObjectBinderSnapshot(s_typeToIndex, s_types, s_typeReaders);
75
s_lastSnapshot
= null;
2 references to s_lastSnapshot
Microsoft.CodeAnalysis (2)
Serialization\ObjectBinder.cs (2)
49
if (
s_lastSnapshot
== null)
54
return
s_lastSnapshot
.Value;