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