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