2 references to _cachedMethodsByType
Microsoft.JSInterop (2)
Infrastructure\DotNetDispatcher.cs (2)
387
var assemblyMethods =
_cachedMethodsByType
.GetOrAdd(type, ScanTypeForCallableMethods);
512
_cachedMethodsByType
.Clear();