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)
224if ((bool)_tryReadMethodInfo.Invoke(_channelReader, _tryReadResult)!) 237if ((bool)_tryReadMethodInfo.Invoke(_channelReader, _tryReadResult)!)