9 writes to MaxOccursString
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
1478baseParticle.MaxOccursString = maxOccursElement;
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
2475particle.MaxOccursString = value;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaExporter.cs (1)
147iSerializableWildcardElement.MaxOccursString = Globals.OccursUnbounded;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (6)
10797o.@MaxOccursString = Reader.Value; 11471o.@MaxOccursString = Reader.Value; 11563o.@MaxOccursString = Reader.Value; 11670o.@MaxOccursString = Reader.Value; 11763o.@MaxOccursString = Reader.Value; 11870o.@MaxOccursString = Reader.Value;
15 references to MaxOccursString
dotnet-svcutil-lib (15)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (2)
1336if (element.MaxOccursString != null) 1891if (group.Particle.MaxOccursString != null)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
1467string maxOccursElement = baseParticle.MaxOccursString;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (2)
983if (element.MaxOccursString != null) 1534if (group.Particle.MaxOccursString != null)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (4)
580return (localElement.MaxOccursString == Globals.OccursUnbounded || localElement.MaxOccurs > 1); 876if (wildcard.MaxOccursString != iSerializableWildcardElement.MaxOccursString) 877ThrowISerializableTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.ISerializableWildcardMaxOccursMustBe, iSerializableWildcardElement.MaxOccursString));
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (6)
2707WriteAttribute(@"maxOccurs", @"", ((global::System.String)o.@MaxOccursString)); 2785WriteAttribute(@"maxOccurs", @"", ((global::System.String)o.@MaxOccursString)); 2842WriteAttribute(@"maxOccurs", @"", ((global::System.String)o.@MaxOccursString)); 4233WriteAttribute(@"maxOccurs", @"", ((global::System.String)o.@MaxOccursString)); 4273WriteAttribute(@"maxOccurs", @"", ((global::System.String)o.@MaxOccursString)); 4322WriteAttribute(@"maxOccurs", @"", ((global::System.String)o.@MaxOccursString));