7 references to GetInstanceName
System.Data.Common (7)
System\Data\XMLSchema.cs (7)
412string typeName = GetInstanceName(element); 781string typeName = GetInstanceName(element); 1441string typeName = XmlConvert.DecodeName(GetInstanceName(node)); 1555string typeName = GetInstanceName(node); 2252string columnName = XmlConvert.DecodeName(GetInstanceName(attr)); 2439string columnName = XmlConvert.DecodeName(GetInstanceName(el)); 2640DataTable? tempTable = _ds.Tables.GetTable(XmlConvert.DecodeName(GetInstanceName((XmlSchemaElement)el)), node.QualifiedName.Namespace);