Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DCustomOptions.cs66 private static readonly object[] EmptyParameters = new object[0]; field in Google.Protobuf.Reflection.CustomOptions
279 …Info.GetDeclaredMethod(nameof(ExtensionValue<T>.GetValue)).Invoke(extensionValue, EmptyParameters); in TryGetPrimitiveValue()
289 …DeclaredMethod(nameof(RepeatedExtensionValue<T>.GetValue)).Invoke(extensionValue, EmptyParameters); in TryGetPrimitiveValue()