1 implementation of IsFunctionPointer
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1201
public bool
IsFunctionPointer
(TypeHandle typeHandle, out ReadOnlySpan<TypeHandle> retAndArgTypes, out byte callConv)
3 references to IsFunctionPointer
Microsoft.Diagnostics.DataContractReader.Legacy (3)
SigFormat.cs (1)
417
runtimeTypeSystem.
IsFunctionPointer
(typeHandle, out ReadOnlySpan<TypeHandle> retAndArgTypes, out byte callConv);
SOSDacImpl.cs (1)
1108
if (rtsContract.
IsFunctionPointer
(foundTypeHandle, out _, out _) || rtsContract.IsPointer(foundTypeHandle))
TypeNameBuilder.cs (1)
248
else if (typeSystemContract.
IsFunctionPointer
(typeHandle, out ReadOnlySpan<TypeHandle> retAndArgTypes, out byte callConv))