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)
86
return assembly?.GetType(key.
Type
, throwOnError: false, ignoreCase: false);
101
string.Equals(
Type
, other.
Type
, StringComparison.Ordinal);
103
public override int GetHashCode() => HashCode.Combine(Assembly,
Type
);