5 references to SetNamespace
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (5)
879
group.QualifiedName.
SetNamespace
(targetNS); //Since PreprocessGroup will use this.targetNamespace and that will be that of the root schema's
905
attributeGroup.QualifiedName.
SetNamespace
(targetNS); //Since PreprocessAttributeGroup will use this.targetNamespace and that will be that of the root schema's
931
complexType.QualifiedName.
SetNamespace
(targetNS); //Since PreprocessComplexType will use this.targetNamespace and that will be that of the root schema's
961
simpleType.QualifiedName.
SetNamespace
(targetNS); //Since PreprocessSimpleType will use this.targetNamespace and that will be that of the root schema's
2136
value.
SetNamespace
(_currentSchema.TargetNamespace); //chameleon schemas are clones that have correct targetNamespace set