1 instantiation of IgnoredFrame
Microsoft.CodeAnalysis.Features (1)
StackTraceExplorer\DefaultStackParser.cs (1)
16parsedFrame = new IgnoredFrame(line);
4 references to IgnoredFrame
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
StackTraceExplorer\StackTraceExplorerTests.cs (1)
794var ignoredFrames = result.ParsedFrames.OfType<IgnoredFrame>();
Microsoft.VisualStudio.LanguageServices (3)
StackTraceExplorer\IgnoredFrameViewModel.cs (2)
16private readonly IgnoredFrame _frame; 18public IgnoredFrameViewModel(IgnoredFrame frame, IClassificationFormatMap formatMap, ClassificationTypeMap typeMap)
StackTraceExplorer\StackTraceExplorerViewModel.cs (1)
106IgnoredFrame ignoredFrame => new IgnoredFrameViewModel(ignoredFrame, _formatMap, _classificationTypeMap),