Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/
DDeprecatedMemberTest.cs42 private static void AssertIsDeprecated(MemberInfo member) in AssertIsDeprecated() method in Google.Protobuf.DeprecatedMemberTest
51 AssertIsDeprecated(typeof(TestDeprecatedFields).GetProperty("DeprecatedInt32")); in TestDepreatedPrimitiveValue()