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