4 references to SingletonInstance
System.Data (4)
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\TdsParserStateObject.cs (2)
739
myInfo.readDelegate = SNILoadHandle.
SingletonInstance
.ReadAsyncCallbackDispatcher;
740
myInfo.writeDelegate = SNILoadHandle.
SingletonInstance
.WriteAsyncCallbackDispatcher;