4 references to NameOf
System.Private.Xml (4)
System\Xml\Serialization\SchemaObjectWriter.cs (4)
61
return _comparer.Compare(
NameOf
((XmlSchemaObject?)o1),
NameOf
((XmlSchemaObject?)o2));
102
return
NameOf
(s.Items[0]);
133
list.Add(
NameOf
(items[i]));