5 references to Undefined
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (3)
1542
Debug.Assert(SniContext.
Undefined
== Parser._physicalStateObj.SniContext, String.Format((IFormatProvider)null, "SniContext should be Undefined; actual Value: {0}", Parser._physicalStateObj.SniContext));
1781
Debug.Assert(SniContext.
Undefined
== Parser._physicalStateObj.SniContext, String.Format((IFormatProvider)null, "SniContext should be Undefined; actual Value: {0}", Parser._physicalStateObj.SniContext));
1830
Debug.Assert(SniContext.
Undefined
== Parser._physicalStateObj.SniContext, String.Format((IFormatProvider)null, "SniContext should be Undefined; actual Value: {0}", Parser._physicalStateObj.SniContext));
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
1822
Debug.Assert((SniContext.
Undefined
!= stateObj.SniContext) && // SniContext must not be Undefined
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (1)
178
private SniContext _sniContext=SniContext.
Undefined
;