6 references to m_nEntries
Microsoft.Diagnostics.DataContractReader.Legacy (6)
Dbi\DacDbiImpl.cs (6)
3003
if (pArgInfo->
m_nEntries
!= 1)
3004
throw new ArgumentException($"Array type with arg count: {pArgInfo->
m_nEntries
}");
3013
if (pArgInfo->
m_nEntries
!= 1)
3014
throw new ArgumentException($"Pointer or byref type with arg count: {pArgInfo->
m_nEntries
}");
3026
int argCount = pArgInfo->
m_nEntries
;
3039
int argCount = pArgInfo->
m_nEntries
;