4 references to s_typeReaders
Microsoft.CodeAnalysis.CodeStyle (4)
ObjectBinder.cs (4)
33
/// <see cref="
s_typeReaders
"/>. <see cref="ObjectWriter"/> will write out the index into
51
s_lastSnapshot = new ObjectBinderSnapshot(s_typeToIndex, s_types,
s_typeReaders
);
68
int index =
s_typeReaders
.Count;
70
s_typeReaders
.Add(typeReader);