2 writes to m_deployId
mscorlib (2)
system\security\policy\applicationsecurityinfo.cs (2)
77
Interlocked.CompareExchange(ref
m_deployId
, deplId, null);
85
m_deployId
= value;
2 references to m_deployId
mscorlib (2)
system\security\policy\applicationsecurityinfo.cs (2)
74
if (
m_deployId
== null && m_context != null) {
79
return
m_deployId
as ApplicationId;