Table of Contents

Method IsDocumentOpen

Namespace
Alternet.Syntax.Parsers.Roslyn
Assembly
Alternet.Syntax.Parsers.Roslyn.v9.dll

IsDocumentOpen(DocumentId)

When implemented by a class, determines if document is already open in the workspace.

bool IsDocumentOpen(DocumentId documentId)

Parameters

documentId DocumentId

Microsoft.CodeAnalysis.DocumentId to check.

Returns

bool

True if document is already open; False otherwise