2 writes to m_appId
mscorlib (2)
system\security\policy\applicationsecurityinfo.cs (2)
60
Interlocked.CompareExchange(ref
m_appId
, appId, null);
68
m_appId
= value;
2 references to m_appId
mscorlib (2)
system\security\policy\applicationsecurityinfo.cs (2)
57
if (
m_appId
== null && m_context != null) {
62
return
m_appId
as ApplicationId;