1 instantiation of ParameterPeekAheadValue
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlParameter.cs (1)
1248peekAhead = new ParameterPeekAheadValue();
9 references to ParameterPeekAheadValue
System.Data (9)
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (3)
1652ParameterPeekAheadValue peekAhead, 1689ParameterPeekAheadValue peekAhead 3711ParameterPeekAheadValue peekAhead
fx\src\data\System\Data\SqlClient\SqlCommand.cs (2)
6207ParameterPeekAheadValue[] peekAheadValues = null; 6214peekAheadValues = new ParameterPeekAheadValue[count];
fx\src\data\System\Data\SqlClient\SqlParameter.cs (3)
366ParameterPeekAheadValue peekAhead = null; 377internal MSS.SmiParameterMetaData MetaDataForSmi(out ParameterPeekAheadValue peekAhead) { 1089private void GetActualFieldsAndProperties(out List<MSS.SmiExtendedMetaData> fields, out SmiMetaDataPropertyCollection props, out ParameterPeekAheadValue peekAhead) {
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
8763ParameterPeekAheadValue peekAhead;