Implemented interface member:
method
IsFunctionPointer
Microsoft.Diagnostics.DataContractReader.Contracts.IRuntimeTypeSystem.IsFunctionPointer(Microsoft.Diagnostics.DataContractReader.Contracts.TypeHandle, out System.ReadOnlySpan<Microsoft.Diagnostics.DataContractReader.Contracts.TypeHandle>, out System.Byte)
3 references to IsFunctionPointer
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\RuntimeTypeSystem_1.cs (3)
520System.Diagnostics.Debug.Assert(IsFunctionPointer(typeHandle, out _, out _)); 807_ = IsFunctionPointer(typeHandle, out ReadOnlySpan<TypeHandle> signatureTypeArgs, out _); 1245System.Diagnostics.Debug.Assert(IsFunctionPointer(typeHandle, out _, out _));