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