Searched refs:SampleEnumMethod (Results 1 – 1 of 1) sorted by relevance
67 SampleEnumMethod(); in ReflectionUtil()344 MethodInfo method = typeof(ReflectionUtil).GetMethod(nameof(SampleEnumMethod)); in CheckCanConvertEnumFuncToInt32Func()361 public static SampleEnum SampleEnumMethod() => SampleEnum.X; in SampleEnumMethod() method in Google.Protobuf.Reflection.ReflectionUtil