1 write to m_fullname
mscorlib (1)
system\reflection\assembly.cs (1)
1451
Interlocked.CompareExchange<string>(ref
m_fullname
, s, null);
2 references to m_fullname
mscorlib (2)
system\reflection\assembly.cs (2)
1447
if (
m_fullname
== null)
1454
return
m_fullname
;