Base:
23 references to GetHashCode
Microsoft.AspNetCore.App.Analyzers (1)
Infrastructure\VirtualChars\VirtualChar.cs (1)
130hashCode = hashCode * -1521134295 + Span.GetHashCode();
Microsoft.CodeAnalysis (4)
Diagnostic\ExternalFileLocation.cs (1)
80Hash.Combine(_mappedLineSpan.GetHashCode(), _sourceSpan.GetHashCode()));
Diagnostic\SourceLocation.cs (1)
125return Hash.Combine(_syntaxTree, _span.GetHashCode());
Text\TextChange.cs (1)
71return Hash.Combine(this.Span.GetHashCode(), this.NewText?.GetHashCode() ?? 0);
Text\TextChangeRange.cs (1)
71return Hash.Combine(this.NewLength, this.Span.GetHashCode());
Microsoft.CodeAnalysis.CodeStyle (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\NormalizedTextSpanCollection.cs (1)
508hc ^= s.GetHashCode();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\Sections\Section.cs (1)
181Span.GetHashCode(),
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Helpers\RemoveUnnecessaryImports\AbstractUnnecessaryImportsProvider.cs (1)
44=> obj.Span.GetHashCode();
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\LanguageServices\RemoveUnnecessaryImports\AbstractRemoveUnnecessaryImportsService.cs (1)
51=> obj.Span.GetHashCode();
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
FSharpDocumentSpan.cs (1)
48this.SourceSpan.GetHashCode());
Microsoft.CodeAnalysis.Features (3)
CodeLens\LocationComparer.cs (1)
32return Hash.Combine(obj.SourceSpan.GetHashCode(),
NavigateTo\NavigateToSearchResultComparer.cs (1)
32=> Hash.Combine(obj?.NavigableItem.Document.FilePath, obj?.NavigableItem.SourceSpan.GetHashCode() ?? 0);
ReplacePropertyWithMethods\ReplacePropertyWithMethodsCodeRefactoringProvider.cs (1)
443=> obj.location.Location.SourceSpan.GetHashCode();
Microsoft.CodeAnalysis.UnitTests (2)
Text\TextChangeTests.cs (1)
264return obj.Span.GetHashCode();
Text\TextSpanTest.cs (1)
106span.GetHashCode();
Microsoft.CodeAnalysis.VisualBasic (2)
Locations\EmbeddedTreeLocation.vb (1)
65Return Hash.Combine(CInt(_embeddedKind).GetHashCode(), _span.GetHashCode())
Locations\MyTemplateLocation.vb (1)
57Return _span.GetHashCode()
Microsoft.CodeAnalysis.Workspaces (6)
Classification\ClassifiedSpan.cs (1)
22=> Hash.Combine(this.ClassificationType, this.TextSpan.GetHashCode());
FindSymbols\LinkedFileReferenceLocationEqualityComparer.cs (1)
30=> obj.Location.SourceSpan.GetHashCode();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\NormalizedTextSpanCollection.cs (1)
508hc ^= s.GetHashCode();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\Sections\Section.cs (1)
181Span.GetHashCode(),
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Helpers\RemoveUnnecessaryImports\AbstractUnnecessaryImportsProvider.cs (1)
44=> obj.Span.GetHashCode();
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\LanguageServices\RemoveUnnecessaryImports\AbstractRemoveUnnecessaryImportsService.cs (1)
51=> obj.Span.GetHashCode();