4 references to TypeToPersistenceInfoCache
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (4)
XML\XmlPersistence.cs (4)
504
if (!
TypeToPersistenceInfoCache
.TryGetValue(type, out var toReturn))
507
lock (
TypeToPersistenceInfoCache
)
509
if (!
TypeToPersistenceInfoCache
.TryGetValue(type, out var checkCache))
511
TypeToPersistenceInfoCache
.Add(type, toReturn);