6 writes to _state
PresentationFramework (6)
MS\Internal\Globalization\BamlTreeNode.cs (6)
275_state |= BamlTreeNodeState.ContentFormatted; 279_state &= (~BamlTreeNodeState.ContentFormatted); 298_state |= BamlTreeNodeState.NodeVisited; 302_state &= (~BamlTreeNodeState.NodeVisited); 321_state |= BamlTreeNodeState.Unidentifiable; 325_state &= (~BamlTreeNodeState.Unidentifiable);
3 references to _state
PresentationFramework (3)
MS\Internal\Globalization\BamlTreeNode.cs (3)
269return (_state & BamlTreeNodeState.ContentFormatted) != 0; 292return (_state & BamlTreeNodeState.NodeVisited) != 0; 315return (_state & BamlTreeNodeState.Unidentifiable) != 0;