1 instantiation of CanonicalMiscellaneousFilesProjectProvider
Microsoft.CodeAnalysis.LanguageServer (1)
FileBasedPrograms\FileBasedProgramsProjectSystem.cs (1)
59
_canonicalProjectProvider = new
CanonicalMiscellaneousFilesProjectProvider
(workspaceFactory, loggerFactory);
1 reference to CanonicalMiscellaneousFilesProjectProvider
Microsoft.CodeAnalysis.LanguageServer (1)
FileBasedPrograms\FileBasedProgramsProjectSystem.cs (1)
31
private readonly
CanonicalMiscellaneousFilesProjectProvider
_canonicalProjectProvider;