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)
63public bool Matches(string text) => text.GetHashCode() == _id;