Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DMessageDescriptor.cs45 private static readonly HashSet<string> WellKnownTypeNames = new HashSet<string> field in Google.Protobuf.Reflection.MessageDescriptor
163 …internal bool IsWellKnownType => File.Package == "google.protobuf" && WellKnownTypeNames.Contains(…