/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/VisualStudio/Xaml/Impl/StringConstants.cs
12 строк
401 B
David Barbet
Delete unused VS Xaml LSP support
22 янв 2026, 22:16
22 янв 2026, 22:16
455f893
Код
Авторство
О чём код?
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace Microsoft.CodeAnalysis.Editor.Xaml; internal static class StringConstants { public const string XamlLanguageName = "Xaml"; public const string XamlFileExtension = ".xaml"; }