11 usages of Guid {00000000-0000-0000-0000-000000000000}
Microsoft.AspNetCore.Http.Extensions.Tests (4)
RequestDelegateFactoryTests.cs (2)
329new object[] { (Action<HttpContext, Guid[]>)Store, new[] { "00000000-0000-0000-0000-000000000000" },new[] { Guid.Empty } }, 380new object[] { (Action<HttpContext, Guid>)Store, "00000000-0000-0000-0000-000000000000", Guid.Empty },
RequestDelegateGenerator\RequestDelegateCreationTests.Arrays.cs (1)
135new object[] { "Guid[]", new[] { "00000000-0000-0000-0000-000000000000" },new[] { Guid.Empty } },
RequestDelegateGenerator\RequestDelegateCreationTests.TryParse.cs (1)
47new object[] { "Guid", "00000000-0000-0000-0000-000000000000", Guid.Empty },
Microsoft.AspNetCore.SignalR.Client.Tests (3)
HttpConnectionTests.Negotiate.cs (2)
487connectionId = "00000000-0000-0000-0000-000000000000", 536connectionId = "00000000-0000-0000-0000-000000000000",
ResponseUtils.cs (1)
64public static string CreateNegotiationContent(string connectionId = "00000000-0000-0000-0000-000000000000",
Microsoft.Build.Conversion.Core (1)
ProjectFileConverter.cs (1)
2751(comReferenceGuid != "{00000000-0000-0000-0000-000000000000}"))
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Activity.cs (1)
1894return _hexString ?? "00000000000000000000000000000000";
System.Net.NetworkInformation (2)
System\Net\NetworkInformation\StringParsingHelpers.Addresses.cs (2)
58if (line.StartsWith("00000000000000000000000000000000", StringComparison.Ordinal)) 61if (token.Length > 9 && token[4] != "00000000000000000000000000000000")