2 implementations of Impersonate
System.Configuration (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
194public virtual IDisposable Impersonate() {
System\Configuration\Internal\InternalConfigHost.cs (1)
399IDisposable IInternalConfigHost.Impersonate() {
2 references to Impersonate
System.Configuration (2)
System\Configuration\BaseConfigurationRecord.cs (1)
262context = Host.Impersonate();
System\Configuration\Internal\DelegatingConfigHost.cs (1)
195return Host.Impersonate();