8 writes to m_callingAssembly
mscorlib (8)
system\resources\resourcemanager.cs (8)
278m_callingAssembly = (RuntimeAssembly)Assembly.GetCallingAssembly(); 372m_callingAssembly = (RuntimeAssembly)Assembly.GetCallingAssembly(); 379m_callingAssembly = null; 410m_callingAssembly = (RuntimeAssembly)Assembly.GetCallingAssembly(); 416m_callingAssembly = null; 437m_callingAssembly = (RuntimeAssembly)Assembly.GetCallingAssembly(); 441m_callingAssembly = null; 474this.m_callingAssembly = (RuntimeAssembly)_callingAssembly;
8 references to m_callingAssembly
mscorlib (8)
system\resources\resourcemanager.cs (8)
377if (assembly == typeof(Object).Assembly && m_callingAssembly != assembly) 415if (assembly == typeof(Object).Assembly && m_callingAssembly != assembly) 439if (MainAssembly == typeof(Object).Assembly && m_callingAssembly != MainAssembly) 472if (this.m_callingAssembly == null) 488_callingAssembly = m_callingAssembly; 719Stream stream = mainAssembly.GetManifestResourceStream(_locationInfo, fileName, m_callingAssembly == MainAssembly, ref stackMark); 1104resourcesAssembly = m_callingAssembly; 1678get { return _rm.m_callingAssembly; }