3 writes to Name
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
10293
o.
@Name
= Reader.Value;
System.Xml (2)
System\Xml\Schema\XmlSchemaNotation.cs (1)
61
set {
Name
= value; }
System\Xml\Schema\XsdBuilder.cs (1)
1876
builder.notation.
Name
= value;
9 references to Name
System.Web.Services (2)
System\Web\Services\Description\SchemaCompiler.cs (1)
92
item = Res.GetString(Res.XmlSchemaNamedItem, ns, "notation", ((XmlSchemaNotation)o).
Name
, details);
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
3877
WriteAttribute(@"name", @"", ((global::System.String)o.
@Name
));
System.Xml (7)
System\Xml\Schema\Preprocessor.cs (2)
1543
if (notation.
Name
!= null) {
1545
notation.QualifiedName = new XmlQualifiedName(notation.
Name
, this.targetNamespace);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
1228
if (notation.
Name
!= null) {
1230
notation.QualifiedName = new XmlQualifiedName(notation.
Name
, this.targetNamespace);
System\Xml\Schema\XmlSchemaNotation.cs (1)
60
get { return
Name
; }
System\Xml\Serialization\XmlSchemas.cs (2)
459
return ((XmlSchemaNotation)o).
Name
;
510
item = Res.GetString(Res.XmlSchemaNamedItem, ns, "notation", ((XmlSchemaNotation)o).
Name
, details);