Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.CodeDom/
H A DCodeAttributeArgumentCollectionTest.cs42 CodeAttributeArgumentCollection coll = new CodeAttributeArgumentCollection (); in Constructor0()
57 CodeAttributeArgumentCollection coll = new CodeAttributeArgumentCollection ( in Constructor1()
72 CodeAttributeArgumentCollection coll = new CodeAttributeArgumentCollection ( in Constructor1_NullItem()
79 CodeAttributeArgumentCollection coll = new CodeAttributeArgumentCollection ( in Constructor1_Null()
89 CodeAttributeArgumentCollection c = new CodeAttributeArgumentCollection (); in Constructor2()
93 CodeAttributeArgumentCollection coll = new CodeAttributeArgumentCollection (c); in Constructor2()
103 CodeAttributeArgumentCollection coll = new CodeAttributeArgumentCollection ( in Constructor2_Null()
113 CodeAttributeArgumentCollection coll = new CodeAttributeArgumentCollection (); in Add()
126 CodeAttributeArgumentCollection coll = new CodeAttributeArgumentCollection (); in Add_Null()
136 CodeAttributeArgumentCollection coll = new CodeAttributeArgumentCollection (); in Insert()
[all …]
H A DCodeAttributeArgumentCollectionCas.cs65 CodeAttributeArgumentCollection coll = new CodeAttributeArgumentCollection (); in Constructor0_Deny_Unrestricted()
81 CodeAttributeArgumentCollection coll = new CodeAttributeArgumentCollection (array); in Constructor1_Deny_Unrestricted()
97 CodeAttributeArgumentCollection c = new CodeAttributeArgumentCollection (); in Constructor2_Deny_Unrestricted()
98 CodeAttributeArgumentCollection coll = new CodeAttributeArgumentCollection (c); in Constructor2_Deny_Unrestricted()
114 ConstructorInfo ci = typeof (CodeAttributeArgumentCollection).GetConstructor (new Type[0]); in LinkDemand_Deny_Unrestricted()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/tests/CodeCollections/
H A DCodeAttributeArgumentCollectionTests.cs7 …odeAttributeArgumentCollectionTests : CodeCollectionTestBase<CodeAttributeArgumentCollection, Code…
9 … public override CodeAttributeArgumentCollection Ctor() => new CodeAttributeArgumentCollection(); in Ctor()
10 …public override CodeAttributeArgumentCollection CtorArray(CodeAttributeArgument[] array) => new Co…
11 …ic override CodeAttributeArgumentCollection CtorCollection(CodeAttributeArgumentCollection collect…
13 public override int Count(CodeAttributeArgumentCollection collection) => collection.Count;
15 …public override CodeAttributeArgument GetItem(CodeAttributeArgumentCollection collection, int inde… in GetItem()
18 …public override void AddRange(CodeAttributeArgumentCollection collection, CodeAttributeArgument[] … in AddRange()
19 …public override void AddRange(CodeAttributeArgumentCollection collection, CodeAttributeArgumentCol… in AddRange()
21 …public override object Add(CodeAttributeArgumentCollection collection, CodeAttributeArgument obj) … in Add()
25 …public override void Remove(CodeAttributeArgumentCollection collection, CodeAttributeArgument valu… in Remove()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/System/CodeDom/
H A DCodeAttributeArgumentCollection.cs10 public class CodeAttributeArgumentCollection : CollectionBase class
12 public CodeAttributeArgumentCollection() { } in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
14 public CodeAttributeArgumentCollection(CodeAttributeArgumentCollection value) in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
19 public CodeAttributeArgumentCollection(CodeAttributeArgument[] value) in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
45 public void AddRange(CodeAttributeArgumentCollection value) in AddRange()
H A DCodeAttributeDeclaration.cs12 …private readonly CodeAttributeArgumentCollection _arguments = new CodeAttributeArgumentCollection(…
54 public CodeAttributeArgumentCollection Arguments => _arguments;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/codedom/
H A DCodeAttributeArgumentCollection.cs25 public class CodeAttributeArgumentCollection : CollectionBase { class
32 public CodeAttributeArgumentCollection() { in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
40 public CodeAttributeArgumentCollection(CodeAttributeArgumentCollection value) { in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
49 public CodeAttributeArgumentCollection(CodeAttributeArgument[] value) { in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
90 public void AddRange(CodeAttributeArgumentCollection value) { in AddRange()
H A DCodeAttributeDeclaration.cs30 private CodeAttributeArgumentCollection arguments = new CodeAttributeArgumentCollection();
96 public CodeAttributeArgumentCollection Arguments {
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Compilation/
H A DUserControlCompiler.cs68 CodeAttributeArgumentCollection arguments = cad.Arguments; in AddOutputCacheAttribute()
80 void AddPrimitiveArgument (CodeAttributeArgumentCollection arguments, object obj) in AddPrimitiveArgument()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/ref/
H A DSystem.CodeDom.cs94 public partial class CodeAttributeArgumentCollection : System.Collections.CollectionBase class
96 public CodeAttributeArgumentCollection() { } in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
97 public CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgument[] value) { } in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
98 … public CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgumentCollection value) { } in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
102 public void AddRange(System.CodeDom.CodeAttributeArgumentCollection value) { } in AddRange()
116 public System.CodeDom.CodeAttributeArgumentCollection Arguments { get { throw null; } }
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/
H A Dnet_4_x_System.dll.sources285 ../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs548 public partial class CodeAttributeArgumentCollection : System.Collections.CollectionBase class
550 public CodeAttributeArgumentCollection() { } in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
551 … public CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgumentCollection value) { } in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
552 public CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgument[] value) { } in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
555 public void AddRange(System.CodeDom.CodeAttributeArgumentCollection value) { } in AddRange()
573 public System.CodeDom.CodeAttributeArgumentCollection Arguments { get { throw null; } }
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs546 public partial class CodeAttributeArgumentCollection : System.Collections.CollectionBase class
548 public CodeAttributeArgumentCollection() { } in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
549 … public CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgumentCollection value) { } in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
550 public CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgument[] value) { } in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
553 public void AddRange(System.CodeDom.CodeAttributeArgumentCollection value) { } in AddRange()
571 public System.CodeDom.CodeAttributeArgumentCollection Arguments { get { throw null; } }
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs529 public partial class CodeAttributeArgumentCollection : System.Collections.CollectionBase class
531 public CodeAttributeArgumentCollection() { } in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
532 … public CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgumentCollection value) { } in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
533 public CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgument[] value) { } in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
536 public void AddRange(System.CodeDom.CodeAttributeArgumentCollection value) { } in AddRange()
552 public System.CodeDom.CodeAttributeArgumentCollection Arguments { get { throw null; } }
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs546 public partial class CodeAttributeArgumentCollection : System.Collections.CollectionBase class
548 public CodeAttributeArgumentCollection() { } in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
549 … public CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgumentCollection value) { } in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
550 public CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgument[] value) { } in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
553 public void AddRange(System.CodeDom.CodeAttributeArgumentCollection value) { } in AddRange()
569 public System.CodeDom.CodeAttributeArgumentCollection Arguments { get { throw null; } }
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs546 public partial class CodeAttributeArgumentCollection : System.Collections.CollectionBase class
548 public CodeAttributeArgumentCollection() { } in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
549 … public CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgumentCollection value) { } in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
550 public CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgument[] value) { } in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
553 public void AddRange(System.CodeDom.CodeAttributeArgumentCollection value) { } in AddRange()
569 public System.CodeDom.CodeAttributeArgumentCollection Arguments { get { throw null; } }
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs529 public partial class CodeAttributeArgumentCollection : System.Collections.CollectionBase class
531 public CodeAttributeArgumentCollection() { } in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
532 … public CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgumentCollection value) { } in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
533 public CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgument[] value) { } in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
536 public void AddRange(System.CodeDom.CodeAttributeArgumentCollection value) { } in AddRange()
552 public System.CodeDom.CodeAttributeArgumentCollection Arguments { get { throw null; } }
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs529 public partial class CodeAttributeArgumentCollection : System.Collections.CollectionBase class
531 public CodeAttributeArgumentCollection() { } in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
532 … public CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgumentCollection value) { } in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
533 public CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgument[] value) { } in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
536 public void AddRange(System.CodeDom.CodeAttributeArgumentCollection value) { } in AddRange()
552 public System.CodeDom.CodeAttributeArgumentCollection Arguments { get { throw null; } }
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs544 public partial class CodeAttributeArgumentCollection : System.Collections.CollectionBase class
546 public CodeAttributeArgumentCollection() { } in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
547 … public CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgumentCollection value) { } in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
548 public CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgument[] value) { } in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
551 public void AddRange(System.CodeDom.CodeAttributeArgumentCollection value) { } in AddRange()
567 public System.CodeDom.CodeAttributeArgumentCollection Arguments { get { throw null; } }
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs580 public partial class CodeAttributeArgumentCollection : System.Collections.CollectionBase class
582 public CodeAttributeArgumentCollection() { } in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
583 … public CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgumentCollection value) { } in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
584 public CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgument[] value) { } in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
587 public void AddRange(System.CodeDom.CodeAttributeArgumentCollection value) { } in AddRange()
605 public System.CodeDom.CodeAttributeArgumentCollection Arguments { get { throw null; } }
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.cs546 public partial class CodeAttributeArgumentCollection : System.Collections.CollectionBase class
548 public CodeAttributeArgumentCollection() { } in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
549 … public CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgumentCollection value) { } in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
550 public CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgument[] value) { } in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
553 public void AddRange(System.CodeDom.CodeAttributeArgumentCollection value) { } in AddRange()
569 public System.CodeDom.CodeAttributeArgumentCollection Arguments { get { throw null; } }
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.cs571 public partial class CodeAttributeArgumentCollection : System.Collections.CollectionBase class
573 public CodeAttributeArgumentCollection() { } in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
574 … public CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgumentCollection value) { } in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
575 public CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgument[] value) { } in CodeAttributeArgumentCollection() method in System.CodeDom.CodeAttributeArgumentCollection
578 public void AddRange(System.CodeDom.CodeAttributeArgumentCollection value) { } in AddRange()
596 public System.CodeDom.CodeAttributeArgumentCollection Arguments { get { throw null; } }