1 write to Type
Microsoft.AspNetCore.Components (1)
src\Components\Shared\src\RootTypeCache.cs (1)
92(Assembly, Type) = (assembly, type);
4 references to Type
Microsoft.AspNetCore.Components (4)
src\Components\Shared\src\RootTypeCache.cs (4)
86return assembly?.GetType(key.Type, throwOnError: false, ignoreCase: false); 101string.Equals(Type, other.Type, StringComparison.Ordinal); 103public override int GetHashCode() => HashCode.Combine(Assembly, Type);