6 writes to _state
PresentationFramework (6)
MS\Internal\Globalization\BamlTreeNode.cs (6)
276_state |= BamlTreeNodeState.ContentFormatted; 280_state &= (~BamlTreeNodeState.ContentFormatted); 299_state |= BamlTreeNodeState.NodeVisited; 303_state &= (~BamlTreeNodeState.NodeVisited); 322_state |= BamlTreeNodeState.Unidentifiable; 326_state &= (~BamlTreeNodeState.Unidentifiable);
3 references to _state
PresentationFramework (3)
MS\Internal\Globalization\BamlTreeNode.cs (3)
270return (_state & BamlTreeNodeState.ContentFormatted) != 0; 293return (_state & BamlTreeNodeState.NodeVisited) != 0; 316return (_state & BamlTreeNodeState.Unidentifiable) != 0;