10 references to InheritanceMargin
IdeBenchmarks (1)
InheritanceMargin\InheritanceMarginGlyphBenchmarks.cs (1)
147
_listener = listenerProvider.GetListener(FeatureAttribute.
InheritanceMargin
);
Microsoft.CodeAnalysis.Workspaces (1)
Shared\TestHooks\FeatureAttribute.cs (1)
35
public const string InheritanceMargin = nameof(
InheritanceMargin
);
Microsoft.VisualStudio.LanguageServices (3)
InheritanceMargin\InheritanceGlyphFactoryProvider.cs (1)
58
_listener = listenerProvider.GetListener(FeatureAttribute.
InheritanceMargin
);
InheritanceMargin\InheritanceMarginTaggerProvider.cs (1)
51
listenerProvider.GetListener(FeatureAttribute.
InheritanceMargin
))
InheritanceMargin\InheritanceMarginViewMarginProvider.cs (1)
82
var listener = _listenerProvider.GetListener(FeatureAttribute.
InheritanceMargin
);
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (5)
CSharp\CSharpGoToGlobalImportsTests.cs (1)
43
await TestServices.Workspace.WaitForAllAsyncOperationsAsync(new[] { FeatureAttribute.
InheritanceMargin
}, HangMitigatingCancellationToken);
CSharp\CSharpInheritanceMarginTests.cs (4)
52
await TestServices.Workspace.WaitForAllAsyncOperationsAsync(new[] { FeatureAttribute.
InheritanceMargin
}, HangMitigatingCancellationToken);
86
await TestServices.Workspace.WaitForAllAsyncOperationsAsync(new[] { FeatureAttribute.
InheritanceMargin
}, HangMitigatingCancellationToken);
116
await TestServices.Workspace.WaitForAllAsyncOperationsAsync(new[] { FeatureAttribute.
InheritanceMargin
}, HangMitigatingCancellationToken);
158
await TestServices.Workspace.WaitForAllAsyncOperationsAsync(new[] { FeatureAttribute.
InheritanceMargin
}, HangMitigatingCancellationToken);