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