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