Base:
2 references to GetHashCode
Microsoft.CodeAnalysis (2)
CommandLine\CommandLineReference.cs (1)
56
return Hash.Combine(_reference, _properties.
GetHashCode
());
MetadataReference\CompilationReference.cs (1)
140
return Hash.Combine(this.Compilation.GetHashCode(), this.Properties.
GetHashCode
());