7 references to GetInstanceName
System.Data.Common (7)
System\Data\XMLSchema.cs (7)
415string typeName = GetInstanceName(element); 782string typeName = GetInstanceName(element); 1438string typeName = XmlConvert.DecodeName(GetInstanceName(node)); 1551string typeName = GetInstanceName(node); 2245string columnName = XmlConvert.DecodeName(GetInstanceName(attr)); 2431string columnName = XmlConvert.DecodeName(GetInstanceName(el)); 2631DataTable? tempTable = _ds.Tables.GetTable(XmlConvert.DecodeName(GetInstanceName((XmlSchemaElement)el)), node.QualifiedName.Namespace);