1 write to m_fullname
System.Private.CoreLib (1)
src\System\Reflection\RuntimeAssembly.cs (1)
155
Interlocked.CompareExchange(ref
m_fullname
, s, null);
2 references to m_fullname
System.Private.CoreLib (2)
src\System\Reflection\RuntimeAssembly.cs (2)
150
if (
m_fullname
== null)
158
return
m_fullname
;