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