Method IsDocumentOpen
IsDocumentOpen(DocumentId)
When implemented by a class, determines if document is already open in the workspace.
bool IsDocumentOpen(DocumentId documentId)
Parameters
documentId
DocumentIdMicrosoft.CodeAnalysis.DocumentId
to check.
Returns
- bool
True if document is already open; False otherwise