6 references to m_nEntries
Microsoft.Diagnostics.DataContractReader.Legacy (6)
Dbi\DacDbiImpl.cs (6)
2766if (pArgInfo->m_nEntries != 1) 2767throw new ArgumentException($"Array type with arg count: {pArgInfo->m_nEntries}"); 2776if (pArgInfo->m_nEntries != 1) 2777throw new ArgumentException($"Pointer or byref type with arg count: {pArgInfo->m_nEntries}"); 2789int argCount = pArgInfo->m_nEntries; 2802int argCount = pArgInfo->m_nEntries;