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)
262
if (
_rawWriter
!= null)
264
_rawWriter
.NamespaceResolver = new NamespaceResolverProxy(this);
363
if (
_rawWriter
== null)
489
if (_elemTop == 0 &&
_rawWriter
!= null)
492
_rawWriter
.OnRootElement(_conformanceLevel);
537
if (
_rawWriter
!= null)
539
_elemScopeStack[top].WriteEndElement(
_rawWriter
);
588
if (
_rawWriter
!= null)
590
_elemScopeStack[top].WriteFullEndElement(
_rawWriter
);
782
if (
_rawWriter
!= null)
784
if (
_rawWriter
.SupportsNamespaceDeclarationInChunks)
786
_rawWriter
.WriteStartNamespaceDeclaration(string.Empty);
787
_attrValueCache.Replay(
_rawWriter
);
788
_rawWriter
.WriteEndNamespaceDeclaration();
792
_rawWriter
.WriteNamespaceDeclaration(string.Empty, value);
816
if (
_rawWriter
!= null)
818
if (
_rawWriter
.SupportsNamespaceDeclarationInChunks)
820
_rawWriter
.WriteStartNamespaceDeclaration(_curDeclPrefix);
821
_attrValueCache.Replay(
_rawWriter
);
822
_rawWriter
.WriteEndNamespaceDeclaration();
826
_rawWriter
.WriteNamespaceDeclaration(_curDeclPrefix, value);
945
if (
_rawWriter
!= null)
948
_rawWriter
.WriteXmlDeclaration(text);
1267
if (InBase64 &&
_rawWriter
!= null)
1269
_rawWriter
.WriteEndBase64();
1278
if (
_rawWriter
!= null)
1280
_rawWriter
.Close(WriteState);
1389
if (SaveAttrValue ||
_rawWriter
== null)
1400
_rawWriter
.WriteQualifiedName(prefix, localName, ns);
1603
return
_rawWriter
;
1658
if (
_rawWriter
!= null)
1662
_rawWriter
.WriteXmlDeclaration(standalone);
2017
if (
_rawWriter
!= null)
2019
_rawWriter
.WriteEndBase64();
2025
if (
_rawWriter
!= null)
2027
_rawWriter
.WriteEndBase64();
2033
if (
_rawWriter
!= null)
2035
_rawWriter
.WriteEndBase64();
2077
_nsStack[i].WriteDecl(_writer,
_rawWriter
);
2081
if (
_rawWriter
!= null)
2083
_rawWriter
.StartElementContent();