Home
last modified time | relevance | path

Searched defs:overrideAsync (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/System/Xml/XmlCoreTest/
H A DWriterFactory.cs55 public WriterFactory(WriterType t, bool overrideAsync = false, bool async = false) in WriterFactory()
436 private static bool ShouldEnableAsync(bool overrideAsync, bool async) in ShouldEnableAsync()
441 …public static XmlWriter Create(string outputFileName, bool overrideAsync = false, bool async = fal… in Create()
467 … public static XmlWriter Create(Stream output, bool overrideAsync = false, bool async = false) in Create()
479 …static XmlWriter Create(Stream output, XmlWriterSettings settings, bool overrideAsync = false, boo… in Create()
491 … public static XmlWriter Create(TextWriter output, bool overrideAsync = false, bool async = false) in Create()
503 …ic XmlWriter Create(TextWriter output, XmlWriterSettings settings, bool overrideAsync = false, boo… in Create()
515 …public static XmlWriter Create(StringBuilder output, bool overrideAsync = false, bool async = fals… in Create()
527 …XmlWriter Create(StringBuilder output, XmlWriterSettings settings, bool overrideAsync = false, boo… in Create()
539 … public static XmlWriter Create(XmlWriter output, bool overrideAsync = false, bool async = false) in Create()
[all …]