Base:
property
Uri
Microsoft.VisualStudio.LanguageServer.ContainedLanguage.LSPDocument.Uri
1 write to Uri
Microsoft.VisualStudio.LanguageServer.ContainedLanguage (1)
DefaultLSPDocument.cs (1)
35Uri = uri;
2 references to Uri
Microsoft.VisualStudio.LanguageServer.ContainedLanguage (2)
DefaultLSPDocument.cs (2)
79throw new InvalidOperationException($"Cannot update virtual document of type {typeof(TVirtualDocument)} because LSP document {Uri} does not contain a virtual document of that type."); 102return new DefaultLSPDocumentSnapshot(Uri, TextBuffer.CurrentSnapshot, virtualDocumentSnapshots, Version);