1 write to _token
NuGet.Packaging (1)
ContentModel\Infrastructure\Parser.cs (1)
159
_token
= token;
3 references to _token
NuGet.Packaging (3)
ContentModel\Infrastructure\Parser.cs (3)
178
if (!propertyDefinitions.TryGetValue(
_token
, out propertyDefinition))
180
throw new Exception(string.Format(CultureInfo.CurrentCulture, "Unable to find property definition for {{{0}}}",
_token
));
218
item.Add(
_token
, value!);