10 writes to MaxOccursString
System.Runtime.Serialization (2)
System\Runtime\Serialization\SchemaExporter.cs (2)
377element.MaxOccursString = Globals.OccursUnbounded; 869iSerializableWildcardElement.MaxOccursString = Globals.OccursUnbounded;
System.Web.Services (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
8720o.@MaxOccursString = Reader.Value; 9273o.@MaxOccursString = Reader.Value; 9349o.@MaxOccursString = Reader.Value; 9436o.@MaxOccursString = Reader.Value; 9513o.@MaxOccursString = Reader.Value; 9600o.@MaxOccursString = Reader.Value;
System.Xml (2)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1172baseParticle.MaxOccursString = maxOccursElement;
System\Xml\Schema\XsdBuilder.cs (1)
2251particle.MaxOccursString = value;
16 references to MaxOccursString
System.Runtime.Serialization (4)
System\Runtime\Serialization\SchemaImporter.cs (4)
581return (localElement.MaxOccursString == Globals.OccursUnbounded || localElement.MaxOccurs > 1); 882if (wildcard.MaxOccursString != iSerializableWildcardElement.MaxOccursString) 883ThrowISerializableTypeCannotBeImportedException(typeName.Name, typeName.Namespace, SR.GetString(SR.ISerializableWildcardMaxOccursMustBe, iSerializableWildcardElement.MaxOccursString));
System.Web.Extensions (1)
Script\Services\WebServiceTypeData.cs (1)
136return (localElement.MaxOccursString == OccursUnbounded || localElement.MaxOccurs > 1);
System.Web.Services (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
2122WriteAttribute(@"maxOccurs", @"", ((global::System.String)o.@MaxOccursString)); 2184WriteAttribute(@"maxOccurs", @"", ((global::System.String)o.@MaxOccursString)); 2231WriteAttribute(@"maxOccurs", @"", ((global::System.String)o.@MaxOccursString)); 3354WriteAttribute(@"maxOccurs", @"", ((global::System.String)o.@MaxOccursString)); 3387WriteAttribute(@"maxOccurs", @"", ((global::System.String)o.@MaxOccursString)); 3427WriteAttribute(@"maxOccurs", @"", ((global::System.String)o.@MaxOccursString));
System.Xml (5)
System\Xml\Schema\Preprocessor.cs (2)
1098if (element.MaxOccursString != null) { 1532if (group.Particle.MaxOccursString != null) {
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1162string maxOccursElement = baseParticle.MaxOccursString;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
788if (element.MaxOccursString != null) { 1218if (group.Particle.MaxOccursString != null) {