13 writes to Name
dotnet-svcutil-lib (13)
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (2)
408
xsa.
Name
= localName;
438
xsa.
Name
= localName;
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (3)
448
lang.
Name
= "lang";
453
xmlbase.
Name
= "base";
458
space.
Name
= "space";
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAttribute.cs (1)
219
set {
Name
= value; }
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (4)
2492
tempXsiTypeSO.
Name
= "type";
2500
tempxsiNilSO.
Name
= "nil";
2509
tempxsiSLSO.
Name
= "schemaLocation";
2518
tempxsiNoNsSLSO.
Name
= "noNamespaceSchemaLocation";
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1293
builder._attribute.
Name
= value;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (1)
772
attribute.
Name
= accessor.Name;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
9176
o.
@Name
= Reader.Value;
24 references to Name
dotnet-svcutil-lib (24)
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (2)
1341
if (schemaAttribute.
Name
== attrName)
1444
if (null == FindAttribute(attributesInInstance, attr.
Name
))
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (5)
1182
if (attribute.
Name
!= null)
1185
attribute.SetQualifiedName(new XmlQualifiedName(attribute.
Name
, _targetNamespace));
1205
if (attribute.
Name
!= null)
1209
attribute.SetQualifiedName(new XmlQualifiedName(attribute.
Name
, (attribute.Form == XmlSchemaForm.Qualified || (attribute.Form == XmlSchemaForm.None && _attributeFormDefault == XmlSchemaForm.Qualified)) ? _targetNamespace : null));
1257
if (attribute.
Name
== _xmlns)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (5)
831
if (attribute.
Name
!= null)
834
attribute.SetQualifiedName(new XmlQualifiedName(attribute.
Name
, _targetNamespace));
854
if (attribute.
Name
!= null)
858
attribute.SetQualifiedName(new XmlQualifiedName(attribute.
Name
, (attribute.Form == XmlSchemaForm.Qualified || (attribute.Form == XmlSchemaForm.None && _attributeFormDefault == XmlSchemaForm.Qualified)) ? _targetNamespace : null));
904
if (attribute.
Name
== _xmlns)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAttribute.cs (1)
218
get { return
Name
; }
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
317
WriteAttribute(@"name", @"", ((System.String)o.
@Name
));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (1)
326
throw new InvalidOperationException(string.Format(ResXml.XmlIllegalForm, a.
Name
));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (4)
1713
if (attribute.
Name
.Length == 0) throw new InvalidOperationException(ResXml.XmlAttributeHasNoName);
1715
identifier = CodeIdentifier.MakeValid(attribute.
Name
);
1717
identifier += CodeIdentifier.MakePascal(attribute.
Name
);
1733
accessor.Name = attribute.
Name
;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (4)
570
return ((XmlSchemaAttribute)o).
Name
;
648
if (a.
Name
== null || a.
Name
.Length == 0)
656
item = string.Format(ResXml.XmlSchemaNamedItem, ns, "attribute", a.
Name
, details);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
4124
WriteAttribute(@"name", @"", ((global::System.String)o.
@Name
));