3 references to _table
NuGet.Packaging (3)
ContentModel\PatternTable.cs (3)
36if (!_table.TryGetValue(entry.PropertyName, out byProp)) 39_table.Add(entry.PropertyName, byProp); 61if (_table.TryGetValue(propertyName, out byProp))