6 references to m_nEntries
Microsoft.Diagnostics.DataContractReader.Legacy (6)
Dbi\DacDbiImpl.cs (6)
3598
if (pArgInfo->
m_nEntries
!= 1)
3599
throw new ArgumentException($"Array type with arg count: {pArgInfo->
m_nEntries
}");
3609
if (pArgInfo->
m_nEntries
!= 1)
3610
throw new ArgumentException($"Pointer or byref type with arg count: {pArgInfo->
m_nEntries
}");
3623
int argCount = pArgInfo->
m_nEntries
;
3637
int argCount = pArgInfo->
m_nEntries
;