5 writes to Name
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaIdentityConstraint.cs (1)
85set { Name = value; }
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
2179builder._identityConstraint.Name = value;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (3)
10957o.@Name = Reader.Value; 11136o.@Name = Reader.Value; 11228o.@Name = Reader.Value;
13 references to Name
dotnet-svcutil-lib (13)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (2)
1471if (constraint.Name != null) 1474constraint.SetQualifiedName(new XmlQualifiedName(constraint.Name, _targetNamespace));
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (2)
1116if (constraint.Name != null) 1119constraint.SetQualifiedName(new XmlQualifiedName(constraint.Name, _targetNamespace));
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaIdentityConstraint.cs (1)
84get { return Name; }
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
2211builder.SendValidationEvent(ResXml.Sch_DupSelector, builder._identityConstraint.Name); 2234builder.SendValidationEvent(ResXml.Sch_SelectorBeforeFields, builder._identityConstraint.Name);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (3)
1037WriteAttribute(@"name", @"", ((System.String)o.@Name)); 1093WriteAttribute(@"name", @"", ((System.String)o.@Name)); 1119WriteAttribute(@"name", @"", ((System.String)o.@Name));
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (3)
2957WriteAttribute(@"name", @"", ((global::System.String)o.@Name)); 3047WriteAttribute(@"name", @"", ((global::System.String)o.@Name)); 3096WriteAttribute(@"name", @"", ((global::System.String)o.@Name));