12 overrides of GetPreamble
dotnet-svcutil-lib (4)
System.Console (1)
System.Private.CoreLib (3)
System.Private.Xml (4)
System\Xml\XmlEncoding.cs (4)
327public override byte[] GetPreamble() => [0x00, 0x00, 0xfe, 0xff];
341public override byte[] GetPreamble() => [0xff, 0xfe, 0x00, 0x00];
355public override byte[] GetPreamble() => [0x00, 0x00, 0xff, 0xfe];
369public override byte[] GetPreamble() => [0xfe, 0xff, 0x00, 0x00];
24 references to GetPreamble
dotnet-svcutil-lib (4)
Microsoft.Build.Framework (1)
Microsoft.CodeAnalysis (1)
Microsoft.CodeAnalysis.CodeStyle (1)
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Microsoft.CodeAnalysis.Test.Utilities (3)
Microsoft.CodeAnalysis.UnitTests (3)
Microsoft.VisualBasic.Core (1)
System.Configuration.ConfigurationManager (2)
System.Net.Http (2)
System.Private.CoreLib (4)
Templates.Tests (1)