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