2 references to SR
Microsoft.AspNetCore.App.CodeFixes (2)
src\Shared\HashCode.cs (2)
430
public override int GetHashCode() => throw new NotSupportedException(
SR
.HashCode_HashCodeNotSupported);
434
public override bool Equals(object? obj) => throw new NotSupportedException(
SR
.HashCode_EqualityNotSupported);