2 references to _cachedMethodsByAssembly
Microsoft.JSInterop (2)
Infrastructure\DotNetDispatcher.cs (2)
356
var assemblyMethods =
_cachedMethodsByAssembly
.GetOrAdd(assemblyKey, ScanAssemblyForCallableMethods);
511
_cachedMethodsByAssembly
.Clear();