2 references to _cachedMethodNames
Microsoft.AspNetCore.SignalR.Core (2)
Internal\DefaultHubDispatcher.cs (2)
802
_cachedMethodNames
.Add(methodName);
824
if (
_cachedMethodNames
.TryGetValue(targetUtf8Bytes, out var targetName))