3 references to s_cachedContext
System.Private.TypeLoader (3)
Internal\Runtime\TypeLoader\TypeSystemContextFactory.cs (3)
27
if (
s_cachedContext
.TryGetTarget(out TypeSystemContext? context))
29
s_cachedContext
.SetTarget(null);
65
s_cachedContext
.SetTarget(context);