2 writes to Name
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaNotation.cs (1)
47
set {
Name
= value; }
System\Xml\Schema\XsdBuilder.cs (1)
2037
builder._notation!.
Name
= value;
7 references to Name
System.Private.Xml (7)
System\Xml\Schema\Preprocessor.cs (2)
1869
if (notation.
Name
!= null)
1872
notation.QualifiedName = new XmlQualifiedName(notation.
Name
, _targetNamespace);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
1533
if (notation.
Name
!= null)
1536
notation.QualifiedName = new XmlQualifiedName(notation.
Name
, _targetNamespace);
System\Xml\Schema\XmlSchemaNotation.cs (1)
46
get { return
Name
; }
System\Xml\Serialization\XmlSchemas.cs (2)
442
return ((XmlSchemaNotation)o).
Name
;
509
item = SR.Format(SR.XmlSchemaNamedItem, ns, "notation", ((XmlSchemaNotation)o).
Name
, details);