10 references to Parse
Aspire.Microsoft.EntityFrameworkCore.Cosmos.Tests (2)
AspireAzureEfCoreCosmosDBExtensionsTests.cs (2)
374
Assert.Equal(TimeSpan.
Parse
("60"), capturedSettings.RequestTimeout);
403
Assert.Equal(TimeSpan.
Parse
("120"), capturedSettings.RequestTimeout);
Infrastructure.Common (2)
xunit\FailFastAfterAttribute.cs (1)
11
FailTime = TimeSpan.
Parse
(durationString);
xunit\WcfTestCase.cs (1)
121
_failFastDuration = TimeSpan.
Parse
(failFastDurationStr);
PresentationCore.Tests (1)
System\Windows\DurationConverter.Tests.cs (1)
48
Assert.Equal(expected, TimeSpan.
Parse
(expected).ToString());
ScenarioTests.Common.Tests (1)
ScenarioTestHelpers.cs (1)
32
return TimeSpan.
Parse
(timeSpanAsString);
System.Data.Common (1)
System\Data\Common\TimeSpanStorage.cs (1)
190
return TimeSpan.
Parse
((string)value);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\ComponentModel\DefaultValueAttribute.cs (1)
65
_value = TimeSpan.
Parse
(value);
System.Transactions.Local (2)
System\Transactions\Configuration\DefaultSettingsSection.cs (1)
9
private static readonly TimeSpan s_timeout = TimeSpan.
Parse
(ConfigurationStrings.DefaultTimeout);
System\Transactions\Configuration\MachineSettingsSection.cs (1)
9
private static readonly TimeSpan s_maxTimeout = TimeSpan.
Parse
(ConfigurationStrings.DefaultMaxTimeout);