2 instantiations of AssemblyKey
Microsoft.JSInterop (2)
Infrastructure\DotNetDispatcher.cs (2)
166assemblyKey = new AssemblyKey(assemblyName!); 495if (new AssemblyKey(a).Equals(assemblyKey))
7 references to AssemblyKey
Microsoft.JSInterop (7)
Infrastructure\DotNetDispatcher.cs (7)
29private static readonly ConcurrentDictionary<AssemblyKey, IReadOnlyDictionary<string, (MethodInfo, Type[])>> _cachedMethodsByAssembly = new(); 161AssemblyKey assemblyKey; 351private static (MethodInfo, Type[]) GetCachedMethodInfo(AssemblyKey assemblyKey, string methodIdentifier) 431private static Dictionary<string, (MethodInfo, Type[])> ScanAssemblyForCallableMethods(AssemblyKey assemblyKey) 481private static Assembly GetRequiredLoadedAssembly(AssemblyKey assemblyKey) 517private readonly struct AssemblyKey : IEquatable<AssemblyKey> 535public bool Equals(AssemblyKey other)