4 references to TypeToPersistenceInfoCache
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (4)
XML\XmlPersistence.cs (4)
505if (!TypeToPersistenceInfoCache.TryGetValue(type, out var toReturn)) 508lock (TypeToPersistenceInfoCache) 510if (!TypeToPersistenceInfoCache.TryGetValue(type, out var checkCache)) 512TypeToPersistenceInfoCache.Add(type, toReturn);