1 write to _id
Microsoft.VisualStudio.LanguageServices (1)
StackTraceExplorer\StackTraceExplorerViewModel.cs (1)
89
_id
= originalText.GetHashCode();
1 reference to _id
Microsoft.VisualStudio.LanguageServices (1)
StackTraceExplorer\StackTraceExplorerViewModel.cs (1)
65
public bool Matches(string text) => text.GetHashCode() ==
_id
;