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)
585if ((!_cancelled) && (objectID == _allowObjectID) && (objectID != -1)) {