28 references to Assert
System.Data (28)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (5)
2942
TdsParser.ReliabilitySection.
Assert
("unreliable call to DeriveParameters"); // you need to setup for a thread abort somewhere before you call this method
3129
TdsParser.ReliabilitySection.
Assert
("unreliable call to RunExecuteNonQueryTds"); // you need to setup for a thread abort somewhere before you call this method
3191
TdsParser.ReliabilitySection.
Assert
("unreliable call to RunExecuteNonQuerySmi"); // you need to setup for a thread abort somewhere before you call this method
4571
TdsParser.ReliabilitySection.
Assert
("unreliable call to RunExecuteReaderTds"); // you need to setup for a thread abort somewhere before you call this method
4668
TdsParser.ReliabilitySection.
Assert
("unreliable call to CompleteAsyncExecuteReader"); // you need to setup for a thread abort somewhere before you call this method
fx\src\data\System\Data\SqlClient\sqlinternaltransaction.cs (1)
244
TdsParser.ReliabilitySection.
Assert
("unreliable call to CloseFromConnection"); // you need to setup for a thread abort somewhere before you call this method
fx\src\data\System\Data\SqlClient\TdsParser.cs (5)
1532
ReliabilitySection.
Assert
("unreliable call to WriteShort"); // you need to setup for a thread abort somewhere before you call this method
1583
ReliabilitySection.
Assert
("unreliable call to WriteInt"); // you need to setup for a thread abort somewhere before you call this method
1644
ReliabilitySection.
Assert
("unreliable call to WriteLong"); // you need to setup for a thread abort somewhere before you call this method
1685
ReliabilitySection.
Assert
("unreliable call to WritePartialLong"); // you need to setup for a thread abort somewhere before you call this method
1821
ReliabilitySection.
Assert
("unreliable call to Run"); // you need to setup for a thread abort somewhere before you call this method
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (17)
1050
TdsParser.ReliabilitySection.
Assert
("unreliable call to ReadBuffer"); // you need to setup for a thread abort somewhere before you call this method
1203
TdsParser.ReliabilitySection.
Assert
("unreliable call to ReadByteArray"); // you need to setup for a thread abort somewhere before you call this method
1252
TdsParser.ReliabilitySection.
Assert
("unreliable call to ReadByte"); // you need to setup for a thread abort somewhere before you call this method
1357
TdsParser.ReliabilitySection.
Assert
("unreliable call to ReadInt32"); // you need to setup for a thread abort somewhere before you call this method
1388
TdsParser.ReliabilitySection.
Assert
("unreliable call to ReadInt64"); // you need to setup for a thread abort somewhere before you call this method
1464
TdsParser.ReliabilitySection.
Assert
("unreliable call to ReadUInt32"); // you need to setup for a thread abort somewhere before you call this method
1506
TdsParser.ReliabilitySection.
Assert
("unreliable call to ReadSingle"); // you need to setup for a thread abort somewhere before you call this method
1536
TdsParser.ReliabilitySection.
Assert
("unreliable call to ReadDouble"); // you need to setup for a thread abort somewhere before you call this method
1566
TdsParser.ReliabilitySection.
Assert
("unreliable call to ReadString"); // you need to setup for a thread abort somewhere before you call this method
1602
TdsParser.ReliabilitySection.
Assert
("unreliable call to ReadStringWithEncoding"); // you need to setup for a thread abort somewhere before you call this method
1881
TdsParser.ReliabilitySection.
Assert
("unreliable call to TryReadNetworkPacket"); // you need to setup for a thread abort somewhere before you call this method
1947
TdsParser.ReliabilitySection.
Assert
("unreliable call to ReadSniSync"); // you need to setup for a thread abort somewhere before you call this method
2243
TdsParser.ReliabilitySection.
Assert
("unreliable call to IsConnectionAlive"); // you need to setup for a thread abort somewhere before you call this method
2308
TdsParser.ReliabilitySection.
Assert
("unreliable call to ReadSniSyncError"); // you need to setup for a thread abort somewhere before you call this method
2639
TdsParser.ReliabilitySection.
Assert
("unreliable call to WriteSecureString"); // you need to setup for a thread abort somewhere before you call this method
2710
TdsParser.ReliabilitySection.
Assert
("unreliable call to WriteByte"); // you need to setup for a thread abort somewhere before you call this method
2727
TdsParser.ReliabilitySection.
Assert
("unreliable call to WriteByteArray"); // you need to setup for a thread abort somewhere before you call this method