1 write to _source
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlParameter.cs (1)
37_source = source;
5 references to _source
System.Data (5)
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (1)
3235nRead = feed._source.Read(buff, 0, readSize);
fx\src\data\System\Data\SqlClient\SqlParameter.cs (2)
1013Stream sourceStream = ((StreamDataFeed)value)._source; 1028((StreamDataFeed)value)._source.CopyTo(ms);
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
10468nRead = await feed._source.ReadAsync(buff, 0, readSize).ConfigureAwait(false); 10471nRead = feed._source.Read(buff, 0, readSize);