3 writes to _currentParent
PresentationFramework (3)
MS\Internal\Globalization\BamlResourceDeserializer.cs (3)
308_currentParent = node; 340_currentParent = _bamlTreeStack.Peek(); 345_currentParent = null;
4 references to _currentParent
PresentationFramework (4)
MS\Internal\Globalization\BamlResourceDeserializer.cs (4)
245((BamlStartElementNode)_currentParent).Uid = _reader.Value; 305_currentParent?.AddChild(node); 314if (_currentParent == null) 319_currentParent.AddChild(node);