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