1 write to _rawWriter
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (1)
260_rawWriter = writer as XmlRawWriter;
41 references to _rawWriter
dotnet-svcutil-lib (41)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (41)
262if (_rawWriter != null) 264_rawWriter.NamespaceResolver = new NamespaceResolverProxy(this); 363if (_rawWriter == null) 489if (_elemTop == 0 && _rawWriter != null) 492_rawWriter.OnRootElement(_conformanceLevel); 537if (_rawWriter != null) 539_elemScopeStack[top].WriteEndElement(_rawWriter); 588if (_rawWriter != null) 590_elemScopeStack[top].WriteFullEndElement(_rawWriter); 782if (_rawWriter != null) 784if (_rawWriter.SupportsNamespaceDeclarationInChunks) 786_rawWriter.WriteStartNamespaceDeclaration(string.Empty); 787_attrValueCache.Replay(_rawWriter); 788_rawWriter.WriteEndNamespaceDeclaration(); 792_rawWriter.WriteNamespaceDeclaration(string.Empty, value); 816if (_rawWriter != null) 818if (_rawWriter.SupportsNamespaceDeclarationInChunks) 820_rawWriter.WriteStartNamespaceDeclaration(_curDeclPrefix); 821_attrValueCache.Replay(_rawWriter); 822_rawWriter.WriteEndNamespaceDeclaration(); 826_rawWriter.WriteNamespaceDeclaration(_curDeclPrefix, value); 945if (_rawWriter != null) 948_rawWriter.WriteXmlDeclaration(text); 1267if (InBase64 && _rawWriter != null) 1269_rawWriter.WriteEndBase64(); 1278if (_rawWriter != null) 1280_rawWriter.Close(WriteState); 1389if (SaveAttrValue || _rawWriter == null) 1400_rawWriter.WriteQualifiedName(prefix, localName, ns); 1603return _rawWriter; 1658if (_rawWriter != null) 1662_rawWriter.WriteXmlDeclaration(standalone); 2017if (_rawWriter != null) 2019_rawWriter.WriteEndBase64(); 2025if (_rawWriter != null) 2027_rawWriter.WriteEndBase64(); 2033if (_rawWriter != null) 2035_rawWriter.WriteEndBase64(); 2077_nsStack[i].WriteDecl(_writer, _rawWriter); 2081if (_rawWriter != null) 2083_rawWriter.StartElementContent();