2 writes to m_fFldIsTLS
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (2)
2034fd.m_fFldIsTLS = 0; 2054fd.m_fFldIsTLS = isTLS ? (byte)1 : (byte)0;
4 references to m_fFldIsTLS
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\DacDbiImpl.cs (4)
2133Debug.Assert(c.m_fFldIsTLS == d.m_fFldIsTLS, $"{label} field[{i}] m_fFldIsTLS mismatch - cDAC: {c.m_fFldIsTLS}, DAC: {d.m_fFldIsTLS}");