2 writes to _attribute
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
1002
_attribute
= (XmlSchemaAttribute)container;
1258
builder._xso = builder.
_attribute
= new XmlSchemaAttribute();
12 references to _attribute
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (12)
877
container =
_attribute
;
1260
builder._schema.Items.Add(builder.
_attribute
);
1262
builder.AddAttribute(builder.
_attribute
);
1268
builder.
_attribute
.DefaultValue = value;
1273
builder.
_attribute
.FixedValue = value;
1278
builder.
_attribute
.Form = (XmlSchemaForm)builder.ParseEnum(value, "form", s_formStringValues);
1283
builder.
_attribute
.Use = (XmlSchemaUse)builder.ParseEnum(value, "use", s_useStringValues);
1288
builder.
_attribute
.RefName = builder.ParseQName(value, "ref");
1293
builder.
_attribute
.Name = value;
1298
builder.
_attribute
.SchemaTypeName = builder.ParseQName(value, "type");
1431
if (builder.
_attribute
.SchemaType != null)
1435
builder.
_attribute
.SchemaType = builder._simpleType;