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