7 overrides of GetPreamble
mscorlib (3)
system\text\unicodeencoding.cs (1)
1929public override byte[] GetPreamble()
system\text\utf32encoding.cs (1)
1189public override byte[] GetPreamble()
system\text\utf8encoding.cs (1)
2391public override byte[] GetPreamble()
System.Xml (4)
System\Xml\XmlEncoding.cs (4)
272public override byte[] GetPreamble() { 288public override byte[] GetPreamble() { 303public override byte[] GetPreamble() { 319public override byte[] GetPreamble() {
16 references to GetPreamble
mscorlib (3)
system\io\streamreader.cs (1)
255_preamble = encoding.GetPreamble();
system\io\streamwriter.cs (2)
308byte[] preamble = encoding.GetPreamble(); 844byte[] preamble = encoding.GetPreamble();
System (2)
net\System\Net\webclient.cs (2)
1628preamble = encodings[i].GetPreamble(); 1645byte[] preamble = enc.GetPreamble();
System.Configuration (2)
System\Configuration\MgmtConfigurationRecord.cs (2)
2319CheckPreamble(ConfigStreamInfo.StreamEncoding.GetPreamble(), utilWriter, buffer); 3165preamble = ConfigStreamInfo.StreamEncoding.GetPreamble();
System.Data (1)
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
10363preambleToSkip = encoding.GetPreamble();
System.Data.Services (1)
parent\Client\System\Data\Services\Client\BatchStream.cs (1)
905byte[] preamble = this.batchEncoding.GetPreamble();
System.Data.Services.Client (1)
System\Data\Services\Client\BatchStream.cs (1)
905byte[] preamble = this.batchEncoding.GetPreamble();
System.Runtime.Serialization (1)
System\Xml\EncodingStreamWrapper.cs (1)
207byte[] bom = this.encoding.GetPreamble();
System.ServiceModel.Web (1)
System\ServiceModel\Web\WebOperationContext.cs (1)
239byte[] preamble = encoding.GetPreamble();
System.Xml (4)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
183byte[] bom = encoding.GetPreamble();
System\Xml\Core\XmlTextReaderImpl.cs (1)
2657byte[] preamble = ps.encoding.GetPreamble();
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
881byte[] preamble = ps.encoding.GetPreamble();
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
136byte[] bom = encoding.GetPreamble();