1 write to _hashCode
Microsoft.CodeAnalysis (1)
Compilation\CompilationOptions.cs (1)
661
_hashCode
= hashCode == 0 ? 1 : hashCode;
2 references to _hashCode
Microsoft.CodeAnalysis (2)
Compilation\CompilationOptions.cs (2)
658
if (
_hashCode
== 0)
664
return
_hashCode
;