4 references to IDFLG_IN_IDTABLE
mscorlib (4)
system\runtime\remoting\identity.cs (4)
255
int newFlags = _flags |
IDFLG_IN_IDTABLE
;
267
int newFlags = _flags & (~
IDFLG_IN_IDTABLE
);
284
return((_flags &
IDFLG_IN_IDTABLE
) ==
IDFLG_IN_IDTABLE
);