1 implementation of ICodeDefinitionWindowService
Microsoft.VisualStudio.LanguageServices (1)
CodeDefinitionWindow\VisualStudioCodeDefinitionWindowService.cs (1)
20
internal sealed class VisualStudioCodeDefinitionWindowService :
ICodeDefinitionWindowService
4 references to ICodeDefinitionWindowService
Microsoft.CodeAnalysis.EditorFeatures (3)
CodeDefinitionWindow\DefinitionContextTracker.cs (3)
34
/// code definition window context to the <see cref="
ICodeDefinitionWindowService
"/>.
44
private readonly
ICodeDefinitionWindowService
_codeDefinitionWindowService;
55
ICodeDefinitionWindowService
codeDefinitionWindowService,
Microsoft.VisualStudio.LanguageServices (1)
CodeDefinitionWindow\VisualStudioCodeDefinitionWindowService.cs (1)
19
[Export(typeof(
ICodeDefinitionWindowService
)), Shared]