3 references to SNI_UNINITIALIZED
System.Data (3)
fx\src\data\System\Data\SqlClient\TdsParserSafeHandles.cs (2)
28
private readonly UInt32 _sniStatus = TdsEnums.
SNI_UNINITIALIZED
;
122
private readonly UInt32 _status = TdsEnums.
SNI_UNINITIALIZED
;
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (1)
406
return TdsEnums.
SNI_UNINITIALIZED
;