1 write to _FusionStore
mscorlib (1)
system\appdomain.cs (1)
3521
_FusionStore
= info;
15 references to _FusionStore
mscorlib (15)
system\appdomain.cs (15)
579
SetupFusionStore(
_FusionStore
, FusionStoreOld); // Notify Fusion about the changes the user implementation of InitializeNewDomain may have made to the FusionStore object.
623
String targetFrameworkName =
_FusionStore
.TargetFrameworkName;
625
if (targetFrameworkName == null && IsDefaultAppDomain() && !
_FusionStore
.CheckedForTargetFrameworkName)
637
_FusionStore
.TargetFrameworkName = targetFrameworkName;
640
_FusionStore
.CheckedForTargetFrameworkName = true;
649
if (!
_FusionStore
.CheckedForTargetFrameworkName)
651
_FusionStore
.TargetFrameworkName = targetFrameworkName;
652
_FusionStore
.CheckedForTargetFrameworkName = true;
1110
BCLDebug.Assert(
_FusionStore
.ApplicationTrust != null, "Expected to find runtime supplied ApplicationTrust");
1112
_FusionStore
.ApplicationTrust = null;
2379
_FusionStore
.TargetFrameworkName = (String) data;
3222
Contract.Assert(
_FusionStore
!= null,
3224
return
_FusionStore
;
3260
_FusionStore
.DisallowBindingRedirects = false;
4144
if(
_FusionStore
== null) {