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