4 references to NameOf
System.Xml (4)
System\Xml\Serialization\SchemaObjectWriter.cs (4)
54
return comparer.Compare(
NameOf
((XmlSchemaObject)o1),
NameOf
((XmlSchemaObject)o2));
86
return
NameOf
(s.Items[0]);
113
list.Add(
NameOf
(items[i]));