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