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