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