6 writes to _state
PresentationFramework (6)
MS\Internal\Globalization\BamlTreeNode.cs (6)
277_state |= BamlTreeNodeState.ContentFormatted; 281_state &= (~BamlTreeNodeState.ContentFormatted); 300_state |= BamlTreeNodeState.NodeVisited; 304_state &= (~BamlTreeNodeState.NodeVisited); 323_state |= BamlTreeNodeState.Unidentifiable; 327_state &= (~BamlTreeNodeState.Unidentifiable);
3 references to _state
PresentationFramework (3)
MS\Internal\Globalization\BamlTreeNode.cs (3)
271return (_state & BamlTreeNodeState.ContentFormatted) != 0; 294return (_state & BamlTreeNodeState.NodeVisited) != 0; 317return (_state & BamlTreeNodeState.Unidentifiable) != 0;