9 references to Magic_V1
Microsoft.Diagnostics.NETCore.Client (9)
DiagnosticsIpc\IpcAdvertise.cs (9)
30private static readonly int IpcAdvertiseV1SizeInBytes = Magic_V1.Length + 16 + 8 + 2; // 34 bytes 59byte[] magic = new byte[Magic_V1.Length]; 60Array.Copy(buffer, magic, Magic_V1.Length); 61index += Magic_V1.Length; 63if (!Magic_V1.SequenceEqual(magic)) 87Array.Copy(Magic_V1, buffer, Magic_V1.Length); 88index += Magic_V1.Length; 115public byte[] Magic { get; } = Magic_V1;