3 references to IsDocument
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\Diagnostics\DiagnosticSourceProviders\DiagnosticSourceManager.cs (2)
40
.Where(p => p.
IsDocument
)
44
.Where(p => !p.
IsDocument
)
Handler\Diagnostics\DiagnosticSourceProviders\IDiagnosticSourceProvider.cs (1)
23
/// Provider's name. Each should have a unique name within <see cref="
IsDocument
"/> scope.