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)
208public StorageState Storage 215SqlBytesCharsState.Stream => StorageState.Stream, 216SqlBytesCharsState.Buffer => StorageState.Buffer, 217_ => StorageState.UnmanagedBuffer,
System\Data\SQLTypes\SQLChars.cs (4)
228public StorageState Storage 235SqlBytesCharsState.Stream => StorageState.Stream, 236SqlBytesCharsState.Buffer => StorageState.Buffer, 237_ => StorageState.UnmanagedBuffer,