Dnspy/dnSpy/Roslyn/dnSpy.Roslyn.Internal/QuickInfo/PredefinedQuickInfoProviderNames.cs
2021-09-20 18:20:01 +02:00

12 lines
498 B
C#

// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
namespace dnSpy.Roslyn.Internal.QuickInfo
{
internal static class PredefinedQuickInfoProviderNames
{
public const string EventHookup = "Event Hookup QuickInfo Source";
public const string Semantic = "Semantic Quick Info Provider";
public const string Syntactic = "Syntactic Quick Info Provider";
}
}