1 implementation of ICodeDefinitionWindowService
Microsoft.VisualStudio.LanguageServices (1)
CodeDefinitionWindow\VisualStudioCodeDefinitionWindowService.cs (1)
20internal 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"/>. 44private readonly ICodeDefinitionWindowService _codeDefinitionWindowService; 55ICodeDefinitionWindowService codeDefinitionWindowService,
Microsoft.VisualStudio.LanguageServices (1)
CodeDefinitionWindow\VisualStudioCodeDefinitionWindowService.cs (1)
19[Export(typeof(ICodeDefinitionWindowService)), Shared]