6 writes to _state
PresentationFramework (6)
MS\Internal\Globalization\BamlTreeNode.cs (6)
279_state |= BamlTreeNodeState.ContentFormatted; 283_state &= (~BamlTreeNodeState.ContentFormatted); 302_state |= BamlTreeNodeState.NodeVisited; 306_state &= (~BamlTreeNodeState.NodeVisited); 325_state |= BamlTreeNodeState.Unidentifiable; 329_state &= (~BamlTreeNodeState.Unidentifiable);
3 references to _state
PresentationFramework (3)
MS\Internal\Globalization\BamlTreeNode.cs (3)
273return (_state & BamlTreeNodeState.ContentFormatted) != 0; 296return (_state & BamlTreeNodeState.NodeVisited) != 0; 319return (_state & BamlTreeNodeState.Unidentifiable) != 0;