3 references to s_typeToIndex
Microsoft.CodeAnalysis.CodeStyle (3)
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);