Home
last modified time | relevance | path

Searched defs:IDisposable (Results 1 – 25 of 54) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/external/cecil/Mono/
H A DDisposable.cs17 public static Disposable<T> Owned<T> (T value) where T : class, IDisposable class in Mono.Disposable
22 public static Disposable<T> NotOwned<T> (T value) where T : class, IDisposable class in Mono.Disposable
/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/Mono/
H A DDisposable.cs17 public static Disposable<T> Owned<T> (T value) where T : class, IDisposable class in Mono.Disposable
22 public static Disposable<T> NotOwned<T> (T value) where T : class, IDisposable class in Mono.Disposable
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/
H A Didisposable.cs56 public interface IDisposable { interface
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/
H A DIDisposable.cs56 public interface IDisposable interface
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/sidebar/
H A DIDisposable.hxx23 class IDisposable class
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/services/
H A DIDisposable.java40 public interface IDisposable { interface
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/
H A DIDisposable.cs56 public interface IDisposable interface
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/sidebar/
H A DIDisposable.hxx24 class IDisposable class
/dports/lang/mono/mono-5.10.1.57/external/rx/Ix/NET/System.Interactive/
H A DEnumerableEx.Creation.cs143 …urceFactory, Func<TResource, IEnumerable<TSource>> enumerableFactory) where TResource : IDisposable property in System.Linq.EnumerableEx
153 …urceFactory, Func<TResource, IEnumerable<TSource>> enumerableFactory) where TResource : IDisposable property in System.Linq.EnumerableEx
/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dgtest-515.cs9 public virtual I<T> Foo<T> () where T : IDisposable property in A
H A Dgtest-078.cs61 static void GenMethod<T> (T t) where T : IDisposable property in Test
H A Dgtest-513.cs60 static void GenMethod<T> (T t) where T : IDisposable property in Test
H A Dtest-616.cs43 public interface IDisposable {} interface
/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack/src/ServiceStack.Common/
H A DDisposableExtensions.cs38 where T : IDisposable property in ServiceStack.Common.DisposableExtensions
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/System.Reactive.Experimental/Reactive/Linq/
H A DQueryLanguageEx.cs426 … leftSource, IObservable<TRight> rightSource, Func<IObserver<TResult>, IDisposable, IDisposable, I… in Combine() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Security/Cryptography/
H A DMachineKeyCryptoAlgorithmFactory.cs93 …g, Func<TResult>> switchStatement, string errorResourceString) where TResult : class, IDisposable { class in System.Web.Security.Cryptography.MachineKeyCryptoAlgorithmFactory
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Services.Client/Client/System/Data/Services/Client/
H A DUtil.cs212 internal static void Dispose<T>(ref T disposable) where T : class, IDisposable class in System.Data.Services.Client.Util
218 internal static void Dispose<T>(T disposable) where T : class, IDisposable class in System.Data.Services.Client.Util
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/System.Reactive.Linq/Reactive/Linq/
H A DObservable.Creation.cs582 …urceFactory, Func<TResource, IObservable<TResult>> observableFactory) where TResource : IDisposable property in System.Reactive.Linq.Observable
610 …ancellationToken, Task<IObservable<TResult>>> observableFactoryAsync) where TResource : IDisposable property in System.Reactive.Linq.Observable
H A DQueryLanguage.Creation.cs415 …urceFactory, Func<TResource, IObservable<TSource>> observableFactory) where TResource : IDisposable property in System.Reactive.Linq.QueryLanguage
447 …ancellationToken, Task<IObservable<TSource>>> observableFactoryAsync) where TResource : IDisposable property in System.Reactive.Linq.QueryLanguage
/dports/lang/mono/mono-5.10.1.57/mcs/errors/
H A DCS0656-corlib.cs39 public partial interface IDisposable {} interface
H A Dcs1110.cs49 public interface IDisposable {} interface
H A DCS1993-corlib.cs39 public partial interface IDisposable {} interface
/dports/lang/mono/mono-5.10.1.57/external/rx/Ix/NET/System.Interactive.Async/
H A DAsyncEnumerable.Creation.cs221 …actory, Func<TResource, IAsyncEnumerable<TSource>> enumerableFactory) where TResource : IDisposable property in System.Linq.AsyncEnumerable
/dports/java/intellij/idea-IC-202.7660.26/plugins/textmate/lib/bundles/git/src/
H A Dutil.ts16 export interface IDisposable { interface
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/textmate/lib/bundles/git/src/
H A Dutil.ts16 export interface IDisposable { interface

123