1 write to _cachingTimeSpan
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\InMemoryNonceCache.cs (1)
62
_cachingTimeSpan
= cachingTimeSpan;
1 reference to _cachingTimeSpan
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\InMemoryNonceCache.cs (1)
71
DateTime expirationTime = TimeoutHelper.Add(DateTime.UtcNow,
_cachingTimeSpan
);