3 references to ContentValidator
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (3)
1012public static readonly ContentValidator Empty = new ContentValidator(XmlSchemaContentType.Empty); 1014public static readonly ContentValidator Mixed = new ContentValidator(XmlSchemaContentType.Mixed); 1134public ParticleContentValidator(XmlSchemaContentType contentType, bool enableUpaCheck) : base(contentType)