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