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