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