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