3 writes to _identity
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\XappLauncher.cs (3)
451_identity = args.ApplicationIdentity; 1046_identity = null; 1051_identity = new ApplicationIdentity(_applicationId);
7 references to _identity
PresentationFramework (7)
src\Framework\MS\Internal\AppModel\XappLauncher.cs (7)
71if (_identity != null) 269if (ApplicationSecurityManager.UserApplicationTrusts[_identity.ToString()] != null) 271_context = System.ActivationContext.CreatePartialActivationContext(_identity); 282DeleteCachedApplicationTrust(_identity); 323DeleteCachedApplicationTrust(_identity); 678DeleteCachedApplicationTrust(_identity); 788DeleteCachedApplicationTrust(_identity);