5 references to s_factoryCache
Microsoft.AspNetCore.Razor.Test.Common.Tooling (5)
Mef\TestComposition.cs (5)
132
lock (
s_factoryCache
)
134
if (
s_factoryCache
.TryGetValue(key, out var existing))
142
lock (
s_factoryCache
)
144
if (
s_factoryCache
.TryGetValue(key, out var existing))
149
s_factoryCache
.Add(key, newFactory);