3 writes to _currentParent
PresentationFramework (3)
MS\Internal\Globalization\BamlResourceDeserializer.cs (3)
307_currentParent = node; 339_currentParent = _bamlTreeStack.Peek(); 344_currentParent = null;
4 references to _currentParent
PresentationFramework (4)
MS\Internal\Globalization\BamlResourceDeserializer.cs (4)
244((BamlStartElementNode)_currentParent).Uid = _reader.Value; 304_currentParent?.AddChild(node); 313if (_currentParent == null) 318_currentParent.AddChild(node);