3 references to s_typeToIndex
Microsoft.CodeAnalysis (3)
Serialization\ObjectBinder.cs (3)
51
s_lastSnapshot = new ObjectBinderSnapshot(
s_typeToIndex
, s_types, s_typeReaders);
62
if (
s_typeToIndex
.ContainsKey(type))
71
s_typeToIndex
.Add(type, index);