| File: LSPDocumentChangeKind.cs | Web Access |
| Project: src\src\Razor\src\Razor\src\Microsoft.VisualStudio.LanguageServer.ContainedLanguage\Microsoft.VisualStudio.LanguageServer.ContainedLanguage.csproj (Microsoft.VisualStudio.LanguageServer.ContainedLanguage) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Microsoft.VisualStudio.LanguageServer.ContainedLanguage; public enum LSPDocumentChangeKind { Added, Removed, VirtualDocumentChanged, } |