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