1 reference to HashCode_HashCodeNotSupported
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (1)
435
public override readonly int GetHashCode() => throw new NotSupportedException(SR.
HashCode_HashCodeNotSupported
);