Searched refs:IsReadOnly (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Collections/ | ||
D | ReadOnlyDictionary.cs | 112 public bool IsReadOnly property in Google.Protobuf.Collections.ReadOnlyDictionary |
D | MapField.cs | 341 public bool IsReadOnly { get { return false; } } property in Google.Protobuf.Collections.MapField |
D | RepeatedField.cs | 289 public bool IsReadOnly => false; field in Google.Protobuf.Collections.RepeatedField |
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/Collections/ | ||
D | MapFieldTest.cs | 456 Assert.IsTrue(keys.IsReadOnly); in ViewsAreReadOnly() |