10 references to StorageState
netstandard (1)
netstandard.cs (1)
594
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.
StorageState
))]
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
251
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.SqlTypes.
StorageState
))]
System.Data.Common (8)
System\Data\SQLTypes\SQLBytes.cs (4)
208
public
StorageState
Storage
215
SqlBytesCharsState.Stream =>
StorageState
.Stream,
216
SqlBytesCharsState.Buffer =>
StorageState
.Buffer,
217
_ =>
StorageState
.UnmanagedBuffer,
System\Data\SQLTypes\SQLChars.cs (4)
228
public
StorageState
Storage
235
SqlBytesCharsState.Stream =>
StorageState
.Stream,
236
SqlBytesCharsState.Buffer =>
StorageState
.Buffer,
237
_ =>
StorageState
.UnmanagedBuffer,