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