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)
178if (!propertyDefinitions.TryGetValue(_token, out propertyDefinition)) 180throw new Exception(string.Format(CultureInfo.CurrentCulture, "Unable to find property definition for {{{0}}}", _token)); 218item.Add(_token, value!);