Home
last modified time | relevance | path

Searched refs:CodeCommentStatementCollection (Results 1 – 25 of 46) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.CodeDom/
H A DCodeCommentStatementCollectionTest.cs42 CodeCommentStatementCollection coll = new CodeCommentStatementCollection (); in Constructor0()
57 CodeCommentStatementCollection coll = new CodeCommentStatementCollection ( in Constructor1()
72 CodeCommentStatementCollection coll = new CodeCommentStatementCollection ( in Constructor1_NullItem()
79 CodeCommentStatementCollection coll = new CodeCommentStatementCollection ( in Constructor1_Null()
89 CodeCommentStatementCollection c = new CodeCommentStatementCollection (); in Constructor2()
93 CodeCommentStatementCollection coll = new CodeCommentStatementCollection (c); in Constructor2()
103 CodeCommentStatementCollection coll = new CodeCommentStatementCollection ( in Constructor2_Null()
113 CodeCommentStatementCollection coll = new CodeCommentStatementCollection (); in Add()
126 CodeCommentStatementCollection coll = new CodeCommentStatementCollection (); in Add_Null()
136 CodeCommentStatementCollection coll = new CodeCommentStatementCollection (); in Insert()
[all …]
H A DCodeCommentStatementCollectionCas.cs65 CodeCommentStatementCollection coll = new CodeCommentStatementCollection (); in Constructor0_Deny_Unrestricted()
81 CodeCommentStatementCollection coll = new CodeCommentStatementCollection (array); in Constructor1_Deny_Unrestricted()
97 CodeCommentStatementCollection c = new CodeCommentStatementCollection (); in Constructor2_Deny_Unrestricted()
98 CodeCommentStatementCollection coll = new CodeCommentStatementCollection (c); in Constructor2_Deny_Unrestricted()
114 ConstructorInfo ci = typeof (CodeCommentStatementCollection).GetConstructor (new Type[0]); in LinkDemand_Deny_Unrestricted()
H A DCodeParameterDeclarationExpressionCollectionCas.cs114 ConstructorInfo ci = typeof (CodeCommentStatementCollection).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 DCodeCommentStatementCollectionTests.cs7 …CodeCommentStatementCollectionTests : CodeCollectionTestBase<CodeCommentStatementCollection, CodeC…
9 … public override CodeCommentStatementCollection Ctor() => new CodeCommentStatementCollection(); in Ctor()
10 …public override CodeCommentStatementCollection CtorArray(CodeCommentStatement[] array) => new Code…
11 …lic override CodeCommentStatementCollection CtorCollection(CodeCommentStatementCollection collecti…
13 public override int Count(CodeCommentStatementCollection collection) => collection.Count;
15 …public override CodeCommentStatement GetItem(CodeCommentStatementCollection collection, int index)… in GetItem()
18 …public override void AddRange(CodeCommentStatementCollection collection, CodeCommentStatement[] ar… in AddRange()
19 …public override void AddRange(CodeCommentStatementCollection collection, CodeCommentStatementColle… in AddRange()
21 …public override object Add(CodeCommentStatementCollection collection, CodeCommentStatement obj) =>… in Add()
25 …public override void Remove(CodeCommentStatementCollection collection, CodeCommentStatement value)… in Remove()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/System/CodeDom/
H A DCodeCommentStatementCollection.cs10 public class CodeCommentStatementCollection : CollectionBase class
12 public CodeCommentStatementCollection() { } in CodeCommentStatementCollection() method in System.CodeDom.CodeCommentStatementCollection
14 public CodeCommentStatementCollection(CodeCommentStatementCollection value) in CodeCommentStatementCollection() method in System.CodeDom.CodeCommentStatementCollection
19 public CodeCommentStatementCollection(CodeCommentStatement[] value) in CodeCommentStatementCollection() method in System.CodeDom.CodeCommentStatementCollection
45 public void AddRange(CodeCommentStatementCollection value) in AddRange()
H A DCodeNamespace.cs14 … private readonly CodeCommentStatementCollection _comments = new CodeCommentStatementCollection();
65 public CodeCommentStatementCollection Comments
H A DCodeTypeMember.cs31 … public CodeCommentStatementCollection Comments { get; } = new CodeCommentStatementCollection();
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/codedom/
H A DCodeCommentStatementCollection.cs25 public class CodeCommentStatementCollection : CollectionBase { class
32 public CodeCommentStatementCollection() { in CodeCommentStatementCollection() method in System.CodeDom.CodeCommentStatementCollection
40 public CodeCommentStatementCollection(CodeCommentStatementCollection value) { in CodeCommentStatementCollection() method in System.CodeDom.CodeCommentStatementCollection
49 public CodeCommentStatementCollection(CodeCommentStatement[] value) { in CodeCommentStatementCollection() method in System.CodeDom.CodeCommentStatementCollection
90 public void AddRange(CodeCommentStatementCollection value) { in AddRange()
H A DCodeTypeMember.cs32 private CodeCommentStatementCollection comments = new CodeCommentStatementCollection();
111 public CodeCommentStatementCollection Comments {
H A DCodeNamespace.cs32 private CodeCommentStatementCollection comments = new CodeCommentStatementCollection();
170 public CodeCommentStatementCollection Comments {
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity.Design/System/Data/EntityModel/Emitters/
H A DCommentEmitter.cs44 …public static void EmitSummaryComments(MetadataItem item, CodeCommentStatementCollection commentCo… in EmitSummaryComments()
113 …blic static void EmitSummaryComments(string summaryComments, CodeCommentStatementCollection commen… in EmitSummaryComments()
129 …public static void EmitComments(string[] commentLines, CodeCommentStatementCollection commentColle… in EmitComments()
147 CodeCommentStatementCollection commentCollection) in EmitParamComments()
293 … EmitOtherDocumentationComments(Documentation documentation, CodeCommentStatementCollection commen… in EmitOtherDocumentationComments()
308 …te static void EmitSummaryComments(string[] summaryComments, CodeCommentStatementCollection commen… in EmitSummaryComments()
322 …c void EmitXmlComments(string tag, string[] summaryComments, CodeCommentStatementCollection commen… in EmitXmlComments()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/ref/
H A DSystem.CodeDom.cs225 public partial class CodeCommentStatementCollection : System.Collections.CollectionBase class
227 public CodeCommentStatementCollection() { } in CodeCommentStatementCollection() method in System.CodeDom.CodeCommentStatementCollection
228 public CodeCommentStatementCollection(System.CodeDom.CodeCommentStatement[] value) { } in CodeCommentStatementCollection() method in System.CodeDom.CodeCommentStatementCollection
229 … public CodeCommentStatementCollection(System.CodeDom.CodeCommentStatementCollection value) { } in CodeCommentStatementCollection() method in System.CodeDom.CodeCommentStatementCollection
233 public void AddRange(System.CodeDom.CodeCommentStatementCollection value) { } in AddRange()
461 public System.CodeDom.CodeCommentStatementCollection Comments { get { throw null; } }
707 …public System.CodeDom.CodeCommentStatementCollection Comments { [System.Runtime.CompilerServices.C…
948 …otected virtual void GenerateCommentStatements(System.CodeDom.CodeCommentStatementCollection e) { } in GenerateCommentStatements()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Services/System/Web/Services/Description/
H A DProtocolImporter.cs469 …public void AddExtensionWarningComments(CodeCommentStatementCollection comments, ServiceDescriptio… in AddExtensionWarningComments()
532 … internal static void AddWarningComment(CodeCommentStatementCollection comments, string text) { in AddWarningComment()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Serialization/
H A DXmlCodeExporter.cs373 …llection metadata, object defaultValue, TypeMapping mapping, CodeCommentStatementCollection commen… in AddDefaultValueAttribute()
482 …static void DropDefaultAttribute(Accessor accessor, CodeCommentStatementCollection comments, strin… in DropDefaultAttribute()
613 …a, MemberMapping member, string ns, bool forceUseMemberName, CodeCommentStatementCollection commen… in AddMemberMetadata()
H A DCodeExporter.cs160 … internal static void AddWarningComment(CodeCommentStatementCollection comments, string text) { in AddWarningComment()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/System/CodeDom/Compiler/
H A DCodeValidator.cs413 private void ValidateCommentStatements(CodeCommentStatementCollection e) in ValidateCommentStatements()
H A DCodeGenerator.cs1441 protected virtual void GenerateCommentStatements(CodeCommentStatementCollection e) in GenerateCommentStatements()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/codedom/compiler/
H A DCodeValidator.cs343 private void ValidateCommentStatements(CodeCommentStatementCollection e) { in ValidateCommentStatements()
H A DCodeGenerator.cs1646 protected virtual void GenerateCommentStatements(CodeCommentStatementCollection e) { in GenerateCommentStatements()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/
H A Dnet_4_x_System.dll.sources297 ../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/Microsoft/VisualBasic/
H A DVBCodeGenerator.cs1193 protected override void GenerateCommentStatements(CodeCommentStatementCollection e) in GenerateCommentStatements()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/microsoft/visualbasic/
H A DVBCodeProvider.cs1464 protected override void GenerateCommentStatements(CodeCommentStatementCollection e) { in GenerateCommentStatements()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs714 public partial class CodeCommentStatementCollection : System.Collections.CollectionBase class
716 public CodeCommentStatementCollection() { } in CodeCommentStatementCollection() method in System.CodeDom.CodeCommentStatementCollection
717 … public CodeCommentStatementCollection(System.CodeDom.CodeCommentStatementCollection value) { } in CodeCommentStatementCollection() method in System.CodeDom.CodeCommentStatementCollection
718 public CodeCommentStatementCollection(System.CodeDom.CodeCommentStatement[] value) { } in CodeCommentStatementCollection() method in System.CodeDom.CodeCommentStatementCollection
721 public void AddRange(System.CodeDom.CodeCommentStatementCollection value) { } in AddRange()
1036 public System.CodeDom.CodeCommentStatementCollection Comments { get { throw null; } }
1363 public System.CodeDom.CodeCommentStatementCollection Comments { get { throw null; } }
1659 …tected virtual void GenerateCommentStatements(System.CodeDom.CodeCommentStatementCollection statem… in GenerateCommentStatements()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs712 public partial class CodeCommentStatementCollection : System.Collections.CollectionBase class
714 public CodeCommentStatementCollection() { } in CodeCommentStatementCollection() method in System.CodeDom.CodeCommentStatementCollection
715 … public CodeCommentStatementCollection(System.CodeDom.CodeCommentStatementCollection value) { } in CodeCommentStatementCollection() method in System.CodeDom.CodeCommentStatementCollection
716 public CodeCommentStatementCollection(System.CodeDom.CodeCommentStatement[] value) { } in CodeCommentStatementCollection() method in System.CodeDom.CodeCommentStatementCollection
719 public void AddRange(System.CodeDom.CodeCommentStatementCollection value) { } in AddRange()
1034 public System.CodeDom.CodeCommentStatementCollection Comments { get { throw null; } }
1361 public System.CodeDom.CodeCommentStatementCollection Comments { get { throw null; } }
1655 …tected virtual void GenerateCommentStatements(System.CodeDom.CodeCommentStatementCollection statem… in GenerateCommentStatements()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/Microsoft/CSharp/
H A DCSharpCodeGenerator.cs1012 private void GenerateCommentStatements(CodeCommentStatementCollection e) in GenerateCommentStatements()

12