7 references to GetInstanceName
System.Data.Common (7)
System\Data\XMLSchema.cs (7)
415string typeName = GetInstanceName(element); 784string typeName = GetInstanceName(element); 1445string typeName = XmlConvert.DecodeName(GetInstanceName(node)); 1559string typeName = GetInstanceName(node); 2256string columnName = XmlConvert.DecodeName(GetInstanceName(attr)); 2443string columnName = XmlConvert.DecodeName(GetInstanceName(el)); 2644DataTable? tempTable = _ds.Tables.GetTable(XmlConvert.DecodeName(GetInstanceName((XmlSchemaElement)el)), node.QualifiedName.Namespace);