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