8 writes to Namespace
System.Data.Services.Design (1)
System\Data\EntityModel\EntityClassGenerator.cs (1)
320complexType.AnyAttribute.Namespace = "##other";
System.ServiceModel.Discovery (5)
System\ServiceModel\Discovery\SchemaUtility.cs (5)
255anyAttribue.Namespace = "##other"; 308anyAttribue.Namespace = "##other"; 368anyAttribue.Namespace = "##other"; 411anyAttribue.Namespace = "##other"; 495anyAttribute.Namespace = "##other";
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
7028o.@Namespace = Reader.Value;
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1734builder.anyAttribute.Namespace = value;
4 references to Namespace
System.Data.Services.Design (3)
System\Data\Services\Design\Xml\XNodeSchemaApplier.cs (3)
237anyAttribute.Namespace == "##any" || anyAttribute.Namespace == "##other", 239if (anyAttribute.Namespace == "##any")
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
3225WriteAttribute(@"namespace", @"", ((global::System.String)o.@Namespace));