Home
last modified time | relevance | path

Searched refs:NestedTypes (Results 1 – 25 of 220) sorted by relevance

123456789

/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/Test/Mono.Cecil.Tests/
H A DNestedTypesTests.cs13 public void NestedTypes () in NestedTypes() method in Mono.Cecil.Tests.NestedTypesTests
21 Assert.AreEqual (1, foo.NestedTypes.Count); in NestedTypes()
23 var bar = foo.NestedTypes [0]; in NestedTypes()
28 Assert.AreEqual (1, bar.NestedTypes.Count); in NestedTypes()
30 var baz = bar.NestedTypes [0]; in NestedTypes()
54 var foo_child = foo.NestedTypes [0]; in NestedTypeWithOwnNamespace()
70 foo.NestedTypes.Add (bar); in NestedTypeFullName()
71 bar.NestedTypes.Add (baz); in NestedTypeFullName()
/dports/lang/mono/mono-5.10.1.57/external/cecil/Test/Mono.Cecil.Tests/
H A DNestedTypesTests.cs13 public void NestedTypes () in NestedTypes() method in Mono.Cecil.Tests.NestedTypesTests
21 Assert.AreEqual (1, foo.NestedTypes.Count); in NestedTypes()
23 var bar = foo.NestedTypes [0]; in NestedTypes()
28 Assert.AreEqual (1, bar.NestedTypes.Count); in NestedTypes()
30 var baz = bar.NestedTypes [0]; in NestedTypes()
54 var foo_child = foo.NestedTypes [0]; in NestedTypeWithOwnNamespace()
70 foo.NestedTypes.Add (bar); in NestedTypeFullName()
71 bar.NestedTypes.Add (baz); in NestedTypeFullName()
/dports/lang/mono/mono-5.10.1.57/external/cecil-legacy/Test/Mono.Cecil.Tests/
H A DNestedTypesTests.cs13 public void NestedTypes (ModuleDefinition module) in NestedTypes() method in Mono.Cecil.Tests.NestedTypesTests
20 Assert.AreEqual (1, foo.NestedTypes.Count); in NestedTypes()
22 var bar = foo.NestedTypes [0]; in NestedTypes()
27 Assert.AreEqual (1, bar.NestedTypes.Count); in NestedTypes()
29 var baz = bar.NestedTypes [0]; in NestedTypes()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DMessageDescriptor.cs81 NestedTypes = DescriptorUtil.ConvertAndMakeReadOnly( in MessageDescriptor()
84 … new MessageDescriptor(type, file, this, index, generatedCodeInfo?.NestedTypes[index])); in MessageDescriptor()
127 return (IReadOnlyList<DescriptorBase>) NestedTypes; in GetNestedDescriptorListForField()
208 public IList<MessageDescriptor> NestedTypes { get; } property in Google.Protobuf.Reflection.MessageDescriptor
273 foreach (MessageDescriptor message in NestedTypes) in CrossLink()
H A DGeneratedClrTypeInfo.cs79 public GeneratedClrTypeInfo[] NestedTypes { get; } property in Google.Protobuf.Reflection.GeneratedClrTypeInfo
93 NestedTypes = nestedTypes ?? EmptyCodeInfo; in GeneratedClrTypeInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DMessageDescriptor.cs81 NestedTypes = DescriptorUtil.ConvertAndMakeReadOnly( in MessageDescriptor()
84 … new MessageDescriptor(type, file, this, index, generatedCodeInfo?.NestedTypes[index])); in MessageDescriptor()
127 return (IReadOnlyList<DescriptorBase>) NestedTypes; in GetNestedDescriptorListForField()
208 public IList<MessageDescriptor> NestedTypes { get; } property in Google.Protobuf.Reflection.MessageDescriptor
273 foreach (MessageDescriptor message in NestedTypes) in CrossLink()
H A DGeneratedClrTypeInfo.cs79 public GeneratedClrTypeInfo[] NestedTypes { get; } property in Google.Protobuf.Reflection.GeneratedClrTypeInfo
93 NestedTypes = nestedTypes ?? EmptyCodeInfo; in GeneratedClrTypeInfo()
/dports/lang/mono-basic/mono-basic-4.7/vbnc/cecil/Mono.Cecil/
H A DMetadataSystem.cs59 internal Dictionary<uint, uint []> NestedTypes; field in Mono.Cecil.MetadataSystem
146 if (NestedTypes != null) NestedTypes.Clear (); in Clear()
232 return NestedTypes.TryGetValue (type.token.RID, out mapping); in TryGetNestedTypeMapping()
237 NestedTypes [type_rid] = mapping; in SetNestedTypeMapping()
242 NestedTypes.Remove (type.token.RID); in RemoveNestedTypeMapping()
/dports/lang/mono/mono-5.10.1.57/external/cecil-legacy/Mono.Cecil/
H A DMetadataSystem.cs59 internal Dictionary<uint, uint []> NestedTypes; field in Mono.Cecil.MetadataSystem
146 if (NestedTypes != null) NestedTypes.Clear (); in Clear()
232 return NestedTypes.TryGetValue (type.token.RID, out mapping); in TryGetNestedTypeMapping()
237 NestedTypes [type_rid] = mapping; in SetNestedTypeMapping()
242 NestedTypes.Remove (type.token.RID); in RemoveNestedTypeMapping()
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins.CecilReflector/Mono.Cecil/Mono.Cecil/
H A DMetadataSystem.cs59 internal Dictionary<uint, uint []> NestedTypes; field in Mono.Cecil.MetadataSystem
146 if (NestedTypes != null) NestedTypes.Clear (); in Clear()
232 return NestedTypes.TryGetValue (type.token.RID, out mapping); in TryGetNestedTypeMapping()
237 NestedTypes [type_rid] = mapping; in SetNestedTypeMapping()
242 NestedTypes.Remove (type.token.RID); in RemoveNestedTypeMapping()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Metadata/tests/
H A DHashCodeTests.cs74 objectType.NestedTypes.Add(nestedType); in BuildSimpleTestDefinitionData()
84 nestedType.NestedTypes.Add(reallyNestedType); in BuildSimpleTestDefinitionData()
116 …ypeDefinitionHandle nestedTypeHandle = objectTypeHandle.GetTypeDefinition(rd).NestedTypes.Single(); in TestDefinitionHashCodes()
121 …initionHandle reallyNestedTypeHandle = nestedTypeHandle.GetTypeDefinition(rd).NestedTypes.Single(); in TestDefinitionHashCodes()
/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/Mono.Cecil/
H A DMetadataSystem.cs43 internal Dictionary<uint, Collection<uint>> NestedTypes; field in Mono.Cecil.MetadataSystem
136 if (NestedTypes != null) NestedTypes = new Dictionary<uint, Collection<uint>> (capacity: 0); in Clear()
235 return NestedTypes.TryGetValue (type.token.RID, out mapping); in TryGetNestedTypeMapping()
240 NestedTypes [type_rid] = mapping; in SetNestedTypeMapping()
245 NestedTypes.Remove (type.token.RID); in RemoveNestedTypeMapping()
/dports/lang/mono/mono-5.10.1.57/external/cecil/Mono.Cecil/
H A DMetadataSystem.cs43 internal Dictionary<uint, Collection<uint>> NestedTypes; field in Mono.Cecil.MetadataSystem
136 if (NestedTypes != null) NestedTypes = new Dictionary<uint, Collection<uint>> (capacity: 0); in Clear()
235 return NestedTypes.TryGetValue (type.token.RID, out mapping); in TryGetNestedTypeMapping()
240 NestedTypes [type_rid] = mapping; in SetNestedTypeMapping()
245 NestedTypes.Remove (type.token.RID); in RemoveNestedTypeMapping()
/dports/lang/mono/mono-5.10.1.57/external/linker/linker/Linker.Steps/
H A DSweepStep.cs289 for (int i = 0; i < type.NestedTypes.Count; i++) { in SweepNestedTypes()
290 var nested = type.NestedTypes [i]; in SweepNestedTypes()
294 ElementRemoved (type.NestedTypes [i]); in SweepNestedTypes()
295 type.NestedTypes.RemoveAt (i--); in SweepNestedTypes()
H A DAddBypassNGenStep.cs54 for (int i = 0; i < type.NestedTypes.Count; i++) { in ProcessNestedTypes()
55 var nested = type.NestedTypes [i]; in ProcessNestedTypes()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/
H A DDescriptorsTest.cs121 Assert.AreEqual(nestedType, messageType.NestedTypes[0]); in MessageDescriptor()
124 for (int i = 0; i < messageType.NestedTypes.Count; i++) in MessageDescriptor()
126 Assert.AreEqual(i, messageType.NestedTypes[i].Index); in MessageDescriptor()
232 var descriptor = MapWellKnownTypes.Descriptor.NestedTypes[0]; in MapEntryMessageDescriptor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/
H A DDescriptorsTest.cs121 Assert.AreEqual(nestedType, messageType.NestedTypes[0]); in MessageDescriptor()
124 for (int i = 0; i < messageType.NestedTypes.Count; i++) in MessageDescriptor()
126 Assert.AreEqual(i, messageType.NestedTypes[i].Index); in MessageDescriptor()
232 var descriptor = MapWellKnownTypes.Descriptor.NestedTypes[0]; in MapEntryMessageDescriptor()
/dports/lang/mono/mono-5.10.1.57/mcs/tools/cil-strip/Mono.Cecil/
H A DTypeDefinition.cs96 public NestedTypeCollection NestedTypes { property in Mono.Cecil.TypeDefinition
529 foreach (TypeDefinition nested in type.NestedTypes) in Clone()
530 nt.NestedTypes.Add (Clone (nested, context)); in Clone()
557 this.NestedTypes.Accept (visitor); in Accept()
/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/rocks/Test/Mono.Cecil.Tests/
H A DDocCommentIdTests.cs231 var @delegate = type.NestedTypes.Single (t => t.Name == "D"); in Delegate()
240 var nestedType = type.NestedTypes.Single (t => t.Name == "Nested"); in NestedType()
/dports/lang/mono/mono-5.10.1.57/external/cecil/rocks/Test/Mono.Cecil.Tests/
H A DDocCommentIdTests.cs231 var @delegate = type.NestedTypes.Single (t => t.Name == "D"); in Delegate()
240 var nestedType = type.NestedTypes.Single (t => t.Name == "Nested"); in NestedType()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
H A DDescriptorsTest.cs199 Assert.AreEqual(nestedType, messageType.NestedTypes[0]); in MessageDescriptor()
202 for (int i = 0; i < messageType.NestedTypes.Count; i++) in MessageDescriptor()
204 Assert.AreEqual(i, messageType.NestedTypes[i].Index); in MessageDescriptor()
342 var descriptor = MapWellKnownTypes.Descriptor.NestedTypes[0]; in MapEntryMessageDescriptor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
H A DDescriptorsTest.cs199 Assert.AreEqual(nestedType, messageType.NestedTypes[0]); in MessageDescriptor()
202 for (int i = 0; i < messageType.NestedTypes.Count; i++) in MessageDescriptor()
204 Assert.AreEqual(i, messageType.NestedTypes[i].Index); in MessageDescriptor()
342 var descriptor = MapWellKnownTypes.Descriptor.NestedTypes[0]; in MapEntryMessageDescriptor()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.CodeContracts/Mono.CodeContracts.Static.AST/
H A DTypeNode.cs105 public List<TypeNode> NestedTypes property in Mono.CodeContracts.Static.AST.TypeNode
110 this.nestedTypes = TypeDefinition.NestedTypes.Select (it => new TypeNode (it)).ToList ();
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/System/CodeDom/Compiler/
H A DGeneratorSupport.cs26 NestedTypes = 0x00010000, enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/codedom/compiler/
H A DGeneratorSupport.cs92 NestedTypes = 0x00010000, enumerator

123456789