12 references to TryGetInvocations
System.Private.CoreLib (12)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Delegate.cs (6)
265
if (!
TryGetInvocations
(out ReadOnlySpan<Wrapper> invocations))
282
if (
TryGetInvocations
(out ReadOnlySpan<Wrapper> invocations))
323
ReadOnlySpan<Wrapper> followList = d.
TryGetInvocations
(out ReadOnlySpan<Wrapper> span) ? span : new ReadOnlySpan<Wrapper>(ref wrapper);
325
if (!
TryGetInvocations
(out ReadOnlySpan<Wrapper> invocationList))
385
bool isMulticast =
TryGetInvocations
(out ReadOnlySpan<Wrapper> invocationList);
387
if (!d.
TryGetInvocations
(out ReadOnlySpan<Wrapper> otherInvocations))
System\Delegate.NativeAot.cs (6)
31
if (
TryGetInvocations
(out ReadOnlySpan<Wrapper> invocations))
285
if (
TryGetInvocations
(out ReadOnlySpan<Wrapper> invocations))
304
if (
TryGetInvocations
(out ReadOnlySpan<Wrapper> invocations))
458
if (
TryGetInvocations
(out ReadOnlySpan<Wrapper> invocations))
459
return other.
TryGetInvocations
(out ReadOnlySpan<Wrapper> otherInvocations) && invocations.SequenceEqual(otherInvocations);
485
if (
TryGetInvocations
(out ReadOnlySpan<Wrapper> invocations))