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