2 writes to m_assembly
mscorlib (2)
system\security\policy\hash.cs (2)
97
m_assembly
= assembly as RuntimeAssembly;
110
m_assembly
= hash.m_assembly;
6 references to m_assembly
mscorlib (6)
system\security\policy\hash.cs (6)
99
if (
m_assembly
== null)
110
m_assembly = hash.
m_assembly
;
316
if (
m_assembly
== null)
350
if (
m_assembly
!= null)
474
if (
m_assembly
!= null)
485
rawData =
m_assembly
.GetRawBytes();