1 write to _lazyHashCode
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\CacheBasedEquatable.cs (1)
32
Interlocked.CompareExchange(ref
_lazyHashCode
, result, 0);
2 references to _lazyHashCode
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\CacheBasedEquatable.cs (2)
27
if (
_lazyHashCode
== 0)
35
return
_lazyHashCode
;