6 references to IsMiscellaneousFilesDocumentAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\LspWorkspaceManager.cs (1)
581
if (await
IsMiscellaneousFilesDocumentAsync
(document).ConfigureAwait(false) && !document.FilePath?.Contains("roslyn-canonical-misc") == true)
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (5)
UriTests.cs (5)
56
Assert.True(await testLspServer.GetManager().GetTestAccessor().
IsMiscellaneousFilesDocumentAsync
(document));
82
Assert.True(await testLspServer.GetManager().GetTestAccessor().
IsMiscellaneousFilesDocumentAsync
(document));
115
Assert.False(await testLspServer.GetManager().GetTestAccessor().
IsMiscellaneousFilesDocumentAsync
(document));
126
Assert.False(await testLspServer.GetManager().GetTestAccessor().
IsMiscellaneousFilesDocumentAsync
(document));
307
Assert.True(await testLspServer.GetManager().GetTestAccessor().
IsMiscellaneousFilesDocumentAsync
(document));