2 implementations of IPathLock
mscorlib (2)
system\deployment\isolationinterop.cs (2)
1973private class AssemblyPathLock : IPathLock 2020private class ApplicationPathLock : IPathLock
2 references to IPathLock
mscorlib (2)
system\deployment\isolationinterop.cs (2)
2012public IPathLock LockAssemblyPath(IDefinitionIdentity asm) 2059public IPathLock LockApplicationPath(IDefinitionAppId app)