1 implementation of TryGetHFAElementSize
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
675public bool TryGetHFAElementSize(ITypeHandle typeHandle, out int elementSize)
2 references to TryGetHFAElementSize
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\CallingConvention\CdacTypeHandle.cs (2)
129=> ExactTypeHandle is not null && Rts.TryGetHFAElementSize(ExactTypeHandle, out _); 134return Rts.TryGetHFAElementSize(ExactTypeHandle!, out int size) ? size : 0;