Method IsDocumentOpen
- Namespace
- Alternet.Syntax.Parsers.Roslyn.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Roslyn.v9.dll
IsDocumentOpen(DocumentId)
Determines if document is already open in the workspace.
public bool IsDocumentOpen(DocumentId documentId)
Parameters
documentId
DocumentIdMicrosoft.CodeAnalysis.DocumentId
to check.
Returns
- bool
True if document is already open; False otherwise