10 writes to MaxOccursString
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\SchemaExporter.cs (2)
378element.MaxOccursString = Globals.OccursUnbounded; 867iSerializableWildcardElement.MaxOccursString = Globals.OccursUnbounded;
System.Private.Xml (2)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1476baseParticle.MaxOccursString = maxOccursElement;
System\Xml\Schema\XsdBuilder.cs (1)
2470particle.MaxOccursString = value;
System.Web.Services.Description (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
10720o.@MaxOccursString = Reader.Value; 11401o.@MaxOccursString = Reader.Value; 11496o.@MaxOccursString = Reader.Value; 11630o.@MaxOccursString = Reader.Value; 11719o.@MaxOccursString = Reader.Value; 11853o.@MaxOccursString = Reader.Value;
15 references to MaxOccursString
System.Private.DataContractSerialization (4)
System\Runtime\Serialization\SchemaImporter.cs (4)
574return (localElement.MaxOccursString == Globals.OccursUnbounded || localElement.MaxOccurs > 1); 864if (wildcard.MaxOccursString != iSerializableWildcardElement.MaxOccursString) 865ThrowISerializableTypeCannotBeImportedException(typeName.Name, typeName.Namespace, SR.Format(SR.ISerializableWildcardMaxOccursMustBe, iSerializableWildcardElement.MaxOccursString));
System.Private.Xml (5)
System\Xml\Schema\Preprocessor.cs (2)
1303if (element.MaxOccursString != null) 1857if (group.Particle.MaxOccursString != null)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1465string? maxOccursElement = baseParticle.MaxOccursString;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
976if (element.MaxOccursString != null) 1521if (group.Particle.MaxOccursString != null)
System.Web.Services.Description (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
2499WriteAttribute(@"maxOccurs", @"", ((global::System.String)o.@MaxOccursString)); 2569WriteAttribute(@"maxOccurs", @"", ((global::System.String)o.@MaxOccursString)); 2624WriteAttribute(@"maxOccurs", @"", ((global::System.String)o.@MaxOccursString)); 3951WriteAttribute(@"maxOccurs", @"", ((global::System.String)o.@MaxOccursString)); 3992WriteAttribute(@"maxOccurs", @"", ((global::System.String)o.@MaxOccursString)); 4040WriteAttribute(@"maxOccurs", @"", ((global::System.String)o.@MaxOccursString));