2 references to TryLookup
NuGet.Packaging (2)
ContentModel\Infrastructure\Parser.cs (1)
202if (propertyDefinition.TryLookup(substring, _table, _matchOnly, out value))
ContentModel\SelectionCriteriaBuilder.cs (1)
59if (propertyDefinition.TryLookup(value.AsMemory(), table: null, matchOnly: false, value: out valueLookup))