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