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