2 writes to _allowObjectID
System.Data (2)
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (2)
703
_allowObjectID
= -1;
942
_allowObjectID
= objectID;
1 reference to _allowObjectID
System.Data (1)
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (1)
585
if ((!_cancelled) && (objectID ==
_allowObjectID
) && (objectID != -1)) {