1 write to _fieldNames
System.Data.Common (1)
System\Data\ProviderBase\SchemaMapping.cs (1)
156_fieldNames = GenerateFieldNames(dataReader);
7 references to _fieldNames
System.Data.Common (7)
System\Data\ProviderBase\SchemaMapping.cs (7)
488string chapterTableName = _tableMapping!.SourceTable + _fieldNames![i]; 567Debug.Assert(_fieldNames != null); 626dataColumn = DataColumnMapping.CreateDataColumnBySchemaAction(_fieldNames[i], _fieldNames[i], _dataTable, fieldType, schemaAction); 630dataColumn = _tableMapping.GetDataColumn(_fieldNames[i], fieldType, _dataTable, mappingAction, schemaAction); 764Debug.Assert(_fieldNames != null); 851dataColumn = _tableMapping.GetDataColumn(_fieldNames[sortedIndex], fieldType, _dataTable, mappingAction, schemaAction);