1 implementation of IsByRefLike
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
667
public bool
IsByRefLike
(ITypeHandle typeHandle) => typeHandle.IsMethodTable() && _methodTables[typeHandle.Address].Flags.IsByRefLike;
2 references to IsByRefLike
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\CallingConvention\CallingConvention_1.cs (2)
290
isByRefLikeStruct = rts.
IsByRefLike
(probe);
697
if (nestedProbe is null || !rts.
IsByRefLike
(nestedProbe))