Reimplemented in System.Xml.XmlAsyncCheckWriter, and System.Xml.XmlRawWriter.
Definition at line 916 of file XmlWriter.cs.
917 {
919 {
920 throw new ArgumentNullException("navigator");
921 }
924 while (true)
925 {
928 {
932 {
933 do
934 {
937 {
941 }
942 }
945 }
947 {
950 }
952 break;
955 break;
959 break;
962 break;
965 break;
968 break;
969 }
971 {
973 {
975 continue;
976 }
978 {
980 {
982 }
983 else
984 {
986 }
987 }
988 }
989 while (true)
990 {
992 {
993 return;
994 }
996 {
997 break;
998 }
1002 {
1004 }
1005 }
1006 }
1007 }
new ConfiguredTaskAwaitable< TResult > ConfigureAwait(bool continueOnCapturedContext)
virtual Task WriteProcessingInstructionAsync(string name, string? text)
virtual Task WriteWhitespaceAsync(string? ws)
virtual Task WriteStringAsync(string? text)
virtual Task WriteCommentAsync(string? text)
virtual Task WriteFullEndElementAsync()
virtual Task WriteEndElementAsync()
virtual Task WriteStartElementAsync(string? prefix, string localName, string? ns)
virtual Task WriteStartAttributeAsync(string? prefix, string localName, string? ns)
async Task WriteLocalNamespacesAsync(XPathNavigator nsNav)
virtual Task WriteEndAttributeAsync()
References System.Threading.Tasks.Task< TResult >.ConfigureAwait(), System.Xml.Dictionary, System.Xml.Schema.IXmlSchemaInfo.IsDefault, System.Xml.XmlWriter.WriteCommentAsync(), System.Xml.XmlWriter.WriteEndAttributeAsync(), System.Xml.XmlWriter.WriteEndElementAsync(), System.Xml.XmlWriter.WriteFullEndElementAsync(), System.Xml.XmlWriter.WriteLocalNamespacesAsync(), System.Xml.XmlWriter.WriteProcessingInstructionAsync(), System.Xml.XmlWriter.WriteStartAttributeAsync(), System.Xml.XmlWriter.WriteStartElementAsync(), System.Xml.XmlWriter.WriteStringAsync(), and System.Xml.XmlWriter.WriteWhitespaceAsync().