19 writes to Name
System.ServiceModel (2)
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (2)
78dAttr.Name = DialectAttr; 106nqAttr.Name = NodeQuotaAttr;
System.ServiceModel.Discovery (4)
System\ServiceModel\Discovery\SchemaUtility.cs (4)
238instanceId.Name = ProtocolStrings.SchemaNames.AppSequenceInstanceId; 244sequenceId.Name = ProtocolStrings.SchemaNames.AppSequenceSequenceId; 249messageNumber.Name = ProtocolStrings.SchemaNames.AppSequenceMessageNumber; 490matchBy.Name = ProtocolStrings.SchemaNames.MatchByAttribute;
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
7382o.@Name = Reader.Value;
System.Xml (12)
System\Xml\Schema\Inference\Infer.cs (2)
406xsa.Name = localName; 436xsa.Name = localName;
System\Xml\Schema\Preprocessor.cs (3)
374lang.Name = "lang"; 379xmlbase.Name = "base"; 384space.Name = "space";
System\Xml\Schema\XmlSchemaAttribute.cs (1)
194set { Name = value; }
System\Xml\Schema\XmlSchemaValidator.cs (4)
2071tempXsiTypeSO.Name = "type"; 2078tempxsiNilSO.Name = "nil"; 2086tempxsiSLSO.Name = "schemaLocation"; 2094tempxsiNoNsSLSO.Name = "noNamespaceSchemaLocation";
System\Xml\Schema\XsdBuilder.cs (1)
1221builder.attribute.Name = value;
System\Xml\Serialization\XmlSchemaExporter.cs (1)
661attribute.Name = accessor.Name;
32 references to Name
System.Data (4)
fx\src\data\System\Data\DataSet.cs (1)
3546if (a.Name == "namespace")
fx\src\data\System\Data\XMLSchema.cs (3)
1325instanceName = el.Name != null ? el.Name : el.RefName.Name; 1902XmlSchemaAttribute attr = attrib.Name != null ? attrib : (XmlSchemaAttribute) attributes[attrib.RefName];
System.Data.Services.Design (1)
System\Data\Services\Design\Xml\XNodeSchemaApplier.cs (1)
227if (expected.Name == name.Name)
System.Web.Services (4)
System\Web\Services\Description\SchemaCompiler.cs (3)
116if (a.Name == null || a.Name.Length == 0) { 122item = Res.GetString(Res.XmlSchemaNamedItem, ns, "attribute", a.Name, details);
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
3264WriteAttribute(@"name", @"", ((global::System.String)o.@Name));
System.Xml (23)
System\Xml\Schema\Inference\Infer.cs (2)
1326if (schemaAttribute.Name == attrName) 1422if (null == FindAttribute(attributesInInstance, attr.Name)) {
System\Xml\Schema\Preprocessor.cs (5)
977if (attribute.Name != null) { 979attribute.SetQualifiedName(new XmlQualifiedName(attribute.Name, this.targetNamespace)); 995if (attribute.Name != null) { // name 998attribute.SetQualifiedName(new XmlQualifiedName(attribute.Name, (attribute.Form == XmlSchemaForm.Qualified || (attribute.Form == XmlSchemaForm.None && this.attributeFormDefault == XmlSchemaForm.Qualified)) ? this.targetNamespace : null)); 1037if (attribute.Name == Xmlns) {
System\Xml\Schema\SchemaCollectionpreProcessor.cs (5)
669if (attribute.Name != null) { 671attribute.SetQualifiedName(new XmlQualifiedName(attribute.Name, this.targetNamespace)); 687if (attribute.Name != null) { // name 690attribute.SetQualifiedName(new XmlQualifiedName(attribute.Name, (attribute.Form == XmlSchemaForm.Qualified || (attribute.Form == XmlSchemaForm.None && this.attributeFormDefault == XmlSchemaForm.Qualified)) ? this.targetNamespace : null)); 727if (attribute.Name == Xmlns) {
System\Xml\Schema\XmlSchemaAttribute.cs (1)
193get { return Name; }
System\Xml\Serialization\SchemaObjectWriter.cs (1)
263WriteAttribute(@"name", @"", ((System.String)o.@Name));
System\Xml\Serialization\XmlSchemaExporter.cs (1)
288throw new InvalidOperationException(Res.GetString(Res.XmlIllegalForm, a.Name));
System\Xml\Serialization\XmlSchemaImporter.cs (4)
1495if (attribute.Name.Length == 0) throw new InvalidOperationException(Res.GetString(Res.XmlAttributeHasNoName)); 1497identifier = CodeIdentifier.MakeValid(attribute.Name); 1499identifier += CodeIdentifier.MakePascal(attribute.Name); 1513accessor.Name = attribute.Name;
System\Xml\Serialization\XmlSchemas.cs (4)
474return ((XmlSchemaAttribute)o).Name; 534if (a.Name == null || a.Name.Length == 0) { 540item = Res.GetString(Res.XmlSchemaNamedItem, ns, "attribute", a.Name, details);