Home
last modified time | relevance | path

Searched refs:CacheMethod (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/Expressions/
H A DIndexerHelper.cs29 …public static void CacheMethod<TOperand, TItem>(Collection<InArgument> indices, ref MethodInfo get… in CacheMethod() method in System.Activities.Expressions.IndexerHelper
H A DValueTypeIndexerReference.cs76 … IndexerHelper.CacheMethod<TOperand, TItem>(this.Indices, ref this.getMethod, ref this.setMethod); in CacheMetadata()
H A DIndexerReference.cs76 … IndexerHelper.CacheMethod<TOperand, TItem>(this.Indices, ref this.getMethod, ref this.setMethod); in CacheMetadata()
/dports/math/gap/gap-4.11.0/src/
H A Dopers.c1669 CacheMethod(Obj cacheBag, UInt n, Int prec, Obj * ids, Obj method) in CacheMethod() function
1911 CacheMethod(cacheBag, n, prec, ids, method); in DoOperationNArgs()