6 references to GetHashCodeOrDefault
Microsoft.CodeAnalysis.AnalyzerUtilities (6)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\AbstractLocation.cs (3)
103
hashCode.Add(CaptureId.
GetHashCodeOrDefault
());
116
&& CaptureId.
GetHashCodeOrDefault
() == other.CaptureId.
GetHashCodeOrDefault
()
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\AnalysisEntity.cs (3)
237
&& CaptureId.
GetHashCodeOrDefault
() == other.CaptureId.
GetHashCodeOrDefault
()
264
hashCode.Add(CaptureId.
GetHashCodeOrDefault
());