1 implementation of IsStoredSigMethodDesc
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1676
public bool
IsStoredSigMethodDesc
(MethodDescHandle methodDescHandle, out ReadOnlySpan<byte> signature)
3 references to IsStoredSigMethodDesc
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\CallingConvention\CallingConvention_1.cs (2)
293
if (rts.
IsStoredSigMethodDesc
(methodDesc, out ReadOnlySpan<byte> storedSig))
342
if (rts.
IsStoredSigMethodDesc
(methodDesc, out ReadOnlySpan<byte> storedSig))
Microsoft.Diagnostics.DataContractReader.Legacy (1)
TypeNameBuilder.cs (1)
139
if (!runtimeTypeSystem.
IsStoredSigMethodDesc
(method, out signature))