2 references to SR
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (2)
435public override readonly int GetHashCode() => throw new NotSupportedException(SR.HashCode_HashCodeNotSupported); 439public override readonly bool Equals(object? obj) => throw new NotSupportedException(SR.HashCode_EqualityNotSupported);