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