21 usages of Guid 00000000000000000000000000000000
Aspire.Hosting.Azure.Tests (1)
AzureBicepResourceTests.cs (1)
2801Properties = new SecretProperties { Value = "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)
136new 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)
490connectionId = "00000000-0000-0000-0000-000000000000", 539connectionId = "00000000-0000-0000-0000-000000000000",
ResponseUtils.cs (1)
64public static string CreateNegotiationContent(string connectionId = "00000000-0000-0000-0000-000000000000",
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Activity.cs (1)
1926return _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")
System.Windows.Forms.Tests (10)
System\Windows\Forms\AxHost.AxPropertyDescriptorTests.cs (1)
14private const string EmptyClsidString = "00000000-0000-0000-0000-000000000000";
System\Windows\Forms\AxHostTests.cs (1)
22private const string EmptyClsidString = "00000000-0000-0000-0000-000000000000";
System\Windows\Forms\ControlTests.Properties.cs (3)
2157using SubAxHost parent = new("00000000-0000-0000-0000-000000000000") 3750using SubAxHost parent = new("00000000-0000-0000-0000-000000000000") 4819using SubAxHost parent = new("00000000-0000-0000-0000-000000000000")
System\Windows\Forms\FileDialogTests.cs (1)
207[InlineData("00000000-0000-0000-0000-000000000000")]
System\Windows\Forms\FolderBrowserDialogTests.cs (1)
323[InlineData("00000000-0000-0000-0000-000000000000")]
System\Windows\Forms\ToolStripDropDownTests.cs (1)
1506using SubAxHost parent = new("00000000-0000-0000-0000-000000000000")
System\Windows\Forms\ToolStripTests.cs (2)
1099using SubAxHost parent = new("00000000-0000-0000-0000-000000000000") 1422using SubAxHost parent = new("00000000-0000-0000-0000-000000000000")