Searched refs:IsStatic (Results 1 – 5 of 5) sorted by relevance
52 public static bool IsStatic(this MemberInfo info) in IsStatic() method in Antmicro.Renode.Utilities.TypeExtensions216 return addMethod.IsStatic; in InnerIsStatic()221 return rmMethod.IsStatic; in InnerIsStatic()233 return methodInfo.IsStatic; in InnerIsStatic()241 return getMethod.IsStatic; in InnerIsStatic()246 return setMethod.IsStatic; in InnerIsStatic()
48 new Tuple<int, Action>(1, () => methodInfo.IsStatic()),
938 return propInfo.GetValue(!propInfo.IsStatic() ? device : null, null); in InvokeGet()962 propInfo.SetValue(!propInfo.IsStatic() ? device : null, parameter, null); in InvokeSet()1042 if(info.IsStatic()) in CreateInvocationContext()
203 … var delegateTarget = generatedDelegate.Method.IsStatic ? null : generatedDelegate; in ResolveCallsToNative()
418 …if(method.IsStatic && method.IsPublic && method.CustomAttributes.Any(x => x.AttributeType.GetFullN… in TryExtractExtensionMethods()