3 references to TypeCache
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
TestProperty\TestProperty.cs (3)
171
if (!DisableFastJson &&
TypeCache
.TryGetValue(typeName, out var t))
187
TypeCache
.TryAdd(typeName, type);
250
TypeCache
.TryAdd(typeName, type);