1 instantiation of BrowseObject
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\AnalyzerItem\AnalyzerItem.cs (1)
53
return new
BrowseObject
(this);
2 references to BrowseObject
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\AnalyzerItemTracker.cs (1)
87
.OfType<AnalyzerItem.
BrowseObject
>()
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
SolutionExplorer\AnalyzerItemTests.vb (1)
47
Dim browseObject = DirectCast(analyzer.GetBrowseObject(), AnalyzerItem.
BrowseObject
)