1 write to m_context
mscorlib (1)
system\security\policy\applicationsecurityinfo.cs (1)
52m_context = activationContext;
14 references to m_context
mscorlib (14)
system\security\policy\applicationsecurityinfo.cs (14)
57if (m_appId == null && m_context != null) { 58ICMS appManifest = m_context.ApplicationComponentManifest; 74if (m_deployId == null && m_context != null) { 75ICMS deplManifest = m_context.DeploymentComponentManifest; 95if (m_context != null) { 97ICMS appManifest = m_context.ApplicationComponentManifest; 112Url url = new Url(m_context.Identity.CodeBase); 132if (String.Compare("file:", 0, m_context.Identity.CodeBase, 0, 5, StringComparison.OrdinalIgnoreCase) == 0) { 169if (m_context != null) { 171Url deploymentUrl = new Url(m_context.Identity.CodeBase); 173appEvidence.AddHostEvidence(Zone.CreateFromUrl(m_context.Identity.CodeBase)); 174if (String.Compare("file:", 0, m_context.Identity.CodeBase, 0, 5, StringComparison.OrdinalIgnoreCase) != 0) { 175appEvidence.AddHostEvidence(Site.CreateFromUrl(m_context.Identity.CodeBase)); 180appEvidence.AddHostEvidence(new ActivationArguments(m_context));