7 references to GetInstanceName
System.Data (7)
fx\src\data\System\Data\XMLSchema.cs (7)
358string typeName = GetInstanceName(element); 675String typeName = GetInstanceName(element); 1228String typeName = XmlConvert.DecodeName(GetInstanceName(node)); 1336String typeName = GetInstanceName(node); 1951string columnName = XmlConvert.DecodeName(GetInstanceName(attr)); 2112string columnName = XmlConvert.DecodeName(GetInstanceName(el)); 2281DataTable tempTable = _ds.Tables.GetTable(XmlConvert.DecodeName(GetInstanceName((XmlSchemaElement)el)), node.QualifiedName.Namespace);