6 references to IsMiscellaneousFilesDocumentAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\LspWorkspaceManager.cs (1)
598
if (await
IsMiscellaneousFilesDocumentAsync
(document).ConfigureAwait(false))
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (5)
UriTests.cs (5)
55
Assert.True(await testLspServer.GetManager().GetTestAccessor().
IsMiscellaneousFilesDocumentAsync
(document));
81
Assert.True(await testLspServer.GetManager().GetTestAccessor().
IsMiscellaneousFilesDocumentAsync
(document));
113
Assert.False(await testLspServer.GetManager().GetTestAccessor().
IsMiscellaneousFilesDocumentAsync
(document));
124
Assert.False(await testLspServer.GetManager().GetTestAccessor().
IsMiscellaneousFilesDocumentAsync
(document));
305
Assert.True(await testLspServer.GetManager().GetTestAccessor().
IsMiscellaneousFilesDocumentAsync
(document));