File:
Tokenizer\TokenCategory.cs
Web Access
Project:
src\src\nuget-client\src\NuGet.Core\NuGet.Common\NuGet.Common.csproj
(NuGet.Common)
namespace
NuGet
.
Common
{
public enum
TokenCategory
{
Text
,
Variable
} }