1 write to _tryReadMethodInfo
Microsoft.AspNetCore.SignalR.Core (1)
src\SignalR\common\Shared\AsyncEnumerableAdapters.cs (1)
216
_tryReadMethodInfo
= (MethodInfo)type.GetMemberWithSameMetadataDefinitionAs(_channelReaderTryReadMethodInfo)!;
2 references to _tryReadMethodInfo
Microsoft.AspNetCore.SignalR.Core (2)
src\SignalR\common\Shared\AsyncEnumerableAdapters.cs (2)
224
if ((bool)
_tryReadMethodInfo
.Invoke(_channelReader, _tryReadResult)!)
237
if ((bool)
_tryReadMethodInfo
.Invoke(_channelReader, _tryReadResult)!)