1 implementation of IsFunctionPointer
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1476
public bool
IsFunctionPointer
(ITypeHandle typeHandle, out ReadOnlySpan<ITypeHandle> retAndArgTypes, out SignatureCallingConvention callConv)
4 references to IsFunctionPointer
Microsoft.Diagnostics.DataContractReader.Legacy (4)
ClrDataTypeInstance.cs (1)
139
if (rts.IsArray(_typeHandle, out _) || rts.
IsFunctionPointer
(_typeHandle, out _, out _))
SigFormat.cs (1)
420
runtimeTypeSystem.
IsFunctionPointer
(typeHandle, out ReadOnlySpan<ITypeHandle> retAndArgTypes, out SignatureCallingConvention callConv);
SOSDacImpl.cs (1)
1087
else if (rtsContract.
IsFunctionPointer
(foundTypeHandle, out _, out _) || rtsContract.IsPointer(foundTypeHandle))
TypeNameBuilder.cs (1)
245
else if (typeSystemContract.
IsFunctionPointer
(typeHandle, out ReadOnlySpan<ITypeHandle> retAndArgTypes, out SignatureCallingConvention callConv))