10 overrides of WriteRaw
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriterV1.cs (1)
271
public override void
WriteRaw
(char[] buffer, int index, int count)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlRawWriter.cs (1)
178
public override void
WriteRaw
(char[] buffer, int index, int count)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (1)
876
public override void
WriteRaw
(Char[] buffer, int index, int count)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (1)
1142
public override void
WriteRaw
(char[] buffer, int index, int count)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWrappingWriter.cs (1)
164
public override void
WriteRaw
(char[] buffer, int index, int count)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlSerializableWriter.cs (1)
89
public override void
WriteRaw
(Char[] buffer, int index, int count) { _xmlWriter.WriteRaw(buffer, index, count); }
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (1)
1051
public override void
WriteRaw
(char[] chars, int offset, int count)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
209
public override void
WriteRaw
(char[] buffer, int index, int count)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs (1)
712
public override void
WriteRaw
(char[] buffer, int index, int count)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
109
public override void
WriteRaw
(char[] buffer, int index, int count)
9 references to WriteRaw
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\BinHexEncoder.cs (1)
40
writer.
WriteRaw
(chars, 0, charCount);
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriterV1.cs (1)
276
_wrapped.
WriteRaw
(buffer, index, count);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (1)
1170
_writer.
WriteRaw
(buffer, index, count);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWrappingWriter.cs (1)
166
writer.
WriteRaw
(buffer, index, count);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlSerializableWriter.cs (1)
89
public override void WriteRaw(Char[] buffer, int index, int count) { _xmlWriter.
WriteRaw
(buffer, index, count); }
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlWriterDelegator.cs (1)
61
writer.
WriteRaw
(buffer, index, count);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
212
CoreWriter.
WriteRaw
(buffer, index, count);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs (1)
714
_writer.
WriteRaw
(buffer, index, count);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
111
this.Writer.
WriteRaw
(buffer, index, count);