3 references to Unidentifiable
PresentationFramework (3)
MS\Internal\Globalization\BamlTreeNode.cs (3)
319return (_state & BamlTreeNodeState.Unidentifiable) != 0; 325_state |= BamlTreeNodeState.Unidentifiable; 329_state &= (~BamlTreeNodeState.Unidentifiable);