We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6987bb commit f4594e9Copy full SHA for f4594e9
src/Microsoft.Data.SqlClient/tests/FunctionalTests/TdsParserStateObject.TestHarness.cs
@@ -71,7 +71,7 @@ internal class Strings
71
72
public class Parser
73
{
74
- internal object ProcessSniError(TdsParserStateObject tdsParserStateObject) => "ProcessSNIError";
+ internal object ProcessSNIError(TdsParserStateObject tdsParserStateObject) => "ProcessSNIError";
75
public TdsParserState State = TdsParserState.OpenLoggedIn;
76
}
77
0 commit comments