Home
last modified time | relevance | path

Searched defs:IsValueType (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/Compatibility/
DTypeExtensions.cs52 internal static bool IsValueType(this Type target) in IsValueType() method in Google.Protobuf.Compatibility.TypeExtensions
/external/protobuf/csharp/src/Google.Protobuf.Test/Compatibility/
DTypeExtensionsTest.cs66 public void IsValueType(Type type, bool expected) in IsValueType() method in Google.Protobuf.Compatibility.TypeExtensionsTest