1 write to m_fFldIsStatic
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
2022
fd.
m_fFldIsStatic
= isStatic ? (byte)1 : (byte)0;
4 references to m_fFldIsStatic
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\DacDbiImpl.cs (4)
2131
Debug.Assert(c.
m_fFldIsStatic
== d.
m_fFldIsStatic
, $"{label} field[{i}] m_fFldIsStatic mismatch - cDAC: {c.
m_fFldIsStatic
}, DAC: {d.
m_fFldIsStatic
}");