3 references to PreserveWhitespace
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\dtdvalidator.cs (1)
293
get { return context.ElementDecl != null ? context.ElementDecl.ContentValidator.
PreserveWhitespace
: false; }
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (1)
406
get { return context.ElementDecl != null ? context.ElementDecl.ContentValidator.
PreserveWhitespace
: false; }
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (1)
666
get { return context.ElementDecl != null ? context.ElementDecl.ContentValidator.
PreserveWhitespace
: false; }