1 instantiation of NavInfoFactory
Microsoft.VisualStudio.LanguageServices (1)
Library\AbstractLibraryService.cs (1)
35this.NavInfoFactory = new NavInfoFactory(this);
5 references to NavInfoFactory
Microsoft.VisualStudio.LanguageServices (5)
Library\AbstractLibraryService.cs (1)
22public NavInfoFactory NavInfoFactory { get; }
Library\ILibraryService.cs (1)
14NavInfoFactory NavInfoFactory { get; }
Library\VsNavInfo\NavInfo.cs (3)
15private readonly NavInfoFactory _factory; 34/// <param name="factory">The <see cref="NavInfoFactory"/> that created this NavInfo.</param> 43NavInfoFactory factory,