10 references to SetQualifiedName
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (3)
1185
attribute.
SetQualifiedName
(new XmlQualifiedName(attribute.Name, _targetNamespace));
1209
attribute.
SetQualifiedName
(new XmlQualifiedName(attribute.Name, (attribute.Form == XmlSchemaForm.Qualified || (attribute.Form == XmlSchemaForm.None && _attributeFormDefault == XmlSchemaForm.Qualified)) ? _targetNamespace : null));
1231
attribute.
SetQualifiedName
(attribute.RefName);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (3)
834
attribute.
SetQualifiedName
(new XmlQualifiedName(attribute.Name, _targetNamespace));
858
attribute.
SetQualifiedName
(new XmlQualifiedName(attribute.Name, (attribute.Form == XmlSchemaForm.Qualified || (attribute.Form == XmlSchemaForm.None && _attributeFormDefault == XmlSchemaForm.Qualified)) ? _targetNamespace : null));
880
attribute.
SetQualifiedName
(attribute.RefName);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (4)
2493
tempXsiTypeSO.
SetQualifiedName
(new XmlQualifiedName("type", XmlReservedNs.NsXsi));
2501
tempxsiNilSO.
SetQualifiedName
(new XmlQualifiedName("nil", XmlReservedNs.NsXsi));
2510
tempxsiSLSO.
SetQualifiedName
(new XmlQualifiedName("schemaLocation", XmlReservedNs.NsXsi));
2519
tempxsiNoNsSLSO.
SetQualifiedName
(new XmlQualifiedName("noNamespaceSchemaLocation", XmlReservedNs.NsXsi));