1 instantiation of SNILoadHandle
System.Data (1)
fx\src\data\System\Data\SqlClient\TdsParserSafeHandles.cs (1)
23
internal static readonly SNILoadHandle SingletonInstance = new
SNILoadHandle
();
5 references to SNILoadHandle
System.Data (5)
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
156
private static EncryptionOptions _sniSupportedEncryptionOption =
SNILoadHandle
.SingletonInstance.Options;
415
UInt32 sniStatus =
SNILoadHandle
.SingletonInstance.SNIStatus;
fx\src\data\System\Data\SqlClient\TdsParserSafeHandles.cs (1)
23
internal static readonly
SNILoadHandle
SingletonInstance = new SNILoadHandle();
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (2)
739
myInfo.readDelegate =
SNILoadHandle
.SingletonInstance.ReadAsyncCallbackDispatcher;
740
myInfo.writeDelegate =
SNILoadHandle
.SingletonInstance.WriteAsyncCallbackDispatcher;