3 references to TryGetTextVersion
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\ProjectState.cs (1)
1052if (oldDocument.TryGetTextVersion(out var oldVersion))
Workspace\Solution\TextDocument.cs (1)
71=> State.TryGetTextVersion(out version);
Workspace\Solution\TextDocumentState.cs (1)
129if (TryGetTextVersion(out var version))