3 references to Key
Microsoft.ML.Core (3)
Utilities\Tree.cs (3)
121
return item.Value != null && item.Value._parent == this && _children.Comparer.Equals(item.Key, item.Value.
Key
);
164
Contracts.Assert(_parent._children.ContainsKey(
Key
));
165
_parent._children.Remove(
Key
);