7 references to GetColumnSchemaForNode
System.Data.Common (7)
System\Xml\DataSetMappper.cs (3)
105DataColumn? col = GetColumnSchemaForNode(rowElem, elem); 265DataColumn? schema = GetColumnSchemaForNode(rowElem, attr); 304DataColumn? schema = GetColumnSchemaForNode(rowElem, e!);
System\Xml\XmlDataDocument.cs (4)
435Debug.Assert(_mapper.GetColumnSchemaForNode(rowElem, node) != null); 772object? schema = _mapper.GetColumnSchemaForNode(rowElement, node); 2502DataColumn? c = _mapper.GetColumnSchemaForNode(rowElement, e); 2527DataColumn? c = _mapper.GetColumnSchemaForNode(rowElement, attr);