Home
last modified time | relevance | path

Searched refs:Snix_Login (Results 1 – 7 of 7) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/
H A DTdsEnums.cs890 case SniContext.Snix_Login: in GetSniContextEnumName()
921 Snix_Login, enumerator
H A DSqlInternalConnectionTds.cs1038 …Debug.Assert(SniContext.Snix_Login == Parser._physicalStateObj.SniContext, String.Format((IFormatP… in CompleteLogin()
1053 _parser._physicalStateObj.SniContext = SniContext.Snix_Login; in CompleteLogin()
1585 _parser._physicalStateObj.SniContext = SniContext.Snix_Login; in AttemptOneLogin()
H A DTdsParser.cs6062 …Debug.Assert(SniContext.Snix_Login == _physicalStateObj.SniContext, String.Format((IFormatProvider… in TdsLogin()
6071 _physicalStateObj.SniContext = SniContext.Snix_Login; in TdsLogin()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/SqlClient/
H A DTdsEnums.cs968 Snix_Login, enumerator
H A DSqlInternalConnectionTds.cs1218 …Debug.Assert(SniContext.Snix_Login == Parser._physicalStateObj.SniContext, String.Format((IFormatP… in SqlInternalConnectionTds()
1235 _parser._physicalStateObj.SniContext=SniContext.Snix_Login; in SqlInternalConnectionTds()
1876 _parser._physicalStateObj.SniContext = SniContext.Snix_Login; in SqlInternalConnectionTds()
H A DTdsParser.cs7144 …Debug.Assert(SniContext.Snix_Login==_physicalStateObj.SniContext, String.Format((IFormatProvider)n…
7150 _physicalStateObj.SniContext=SniContext.Snix_Login;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/corefx/
H A DSR.cs716 …public const string Snix_Login = "A connection was successfully established with the server, but t… field in SR