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