1 implementation of CurrentState
mscorlib (1)
system\runtime\remoting\lease.cs (1)
159
public LeaseState
CurrentState
3 references to CurrentState
PresentationFramework (1)
src\Framework\System\Windows\Interop\DocobjHost.cs (1)
120
Debug.Assert(lease.
CurrentState
== LeaseState.Initial);
System.Transactions (1)
System\Transactions\Transaction.cs (1)
1543
if ((lease != null) && (lease.
CurrentState
== LeaseState.Initial) && (leaseLifetime > 0))
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\XamlBuildTaskLeaseLifetimeHelper.cs (1)
45
if ((lease != null) && (lease.
CurrentState
== LeaseState.Initial))