2 instantiations of CodeCommentStatementCollection
System (2)
compmod\system\codedom\CodeNamespace.cs (1)
32private CodeCommentStatementCollection comments = new CodeCommentStatementCollection();
compmod\system\codedom\CodeTypeMember.cs (1)
32private CodeCommentStatementCollection comments = new CodeCommentStatementCollection();
42 references to CodeCommentStatementCollection
System (22)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
1428private void GenerateCommentStatements(CodeCommentStatementCollection e) {
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
1470protected override void GenerateCommentStatements(CodeCommentStatementCollection e) {
compmod\system\codedom\CodeCommentStatementCollection.cs (14)
29/// Initializes a new instance of <see cref='System.CodeDom.CodeCommentStatementCollection'/>. 37/// Initializes a new instance of <see cref='System.CodeDom.CodeCommentStatementCollection'/> based on another <see cref='System.CodeDom.CodeCommentStatementCollection'/>. 40public CodeCommentStatementCollection(CodeCommentStatementCollection value) { 46/// Initializes a new instance of <see cref='System.CodeDom.CodeCommentStatementCollection'/> containing any array of <see cref='System.CodeDom.CodeCommentStatement'/> objects. 67/// <see cref='System.CodeDom.CodeCommentStatementCollection'/> .</para> 74/// <para>Copies the elements of an array to the end of the <see cref='System.CodeDom.CodeCommentStatementCollection'/>.</para> 87/// Adds the contents of another <see cref='System.CodeDom.CodeCommentStatementCollection'/> to the end of the collection. 90public void AddRange(CodeCommentStatementCollection value) { 102/// <see cref='System.CodeDom.CodeCommentStatementCollection'/> contains the specified <see cref='System.CodeDom.CodeCommentStatement'/>.</para> 109/// <para>Copies the <see cref='System.CodeDom.CodeCommentStatementCollection'/> values to a one-dimensional <see cref='System.Array'/> instance at the 118/// the <see cref='System.CodeDom.CodeCommentStatementCollection'/> .</para> 125/// <para>Inserts a <see cref='System.CodeDom.CodeCommentStatement'/> into the <see cref='System.CodeDom.CodeCommentStatementCollection'/> at the specified index.</para> 133/// <see cref='System.CodeDom.CodeCommentStatementCollection'/> .</para>
compmod\system\codedom\CodeNamespace.cs (2)
32private CodeCommentStatementCollection comments = new CodeCommentStatementCollection(); 168public CodeCommentStatementCollection Comments {
compmod\system\codedom\CodeTypeMember.cs (2)
32private CodeCommentStatementCollection comments = new CodeCommentStatementCollection(); 111public CodeCommentStatementCollection Comments {
compmod\system\codedom\compiler\CodeGenerator.cs (1)
1646protected virtual void GenerateCommentStatements(CodeCommentStatementCollection e) {
compmod\system\codedom\compiler\CodeValidator.cs (1)
343private void ValidateCommentStatements(CodeCommentStatementCollection e) {
System.Data.Entity.Design (7)
System\Data\EntityModel\Emitters\CommentEmitter.cs (7)
44public static void EmitSummaryComments(MetadataItem item, CodeCommentStatementCollection commentCollection) 113public static void EmitSummaryComments(string summaryComments, CodeCommentStatementCollection commentCollection) 129public static void EmitComments(string[] commentLines, CodeCommentStatementCollection commentCollection, bool docComment) 147CodeCommentStatementCollection commentCollection) 293private static void EmitOtherDocumentationComments(Documentation documentation, CodeCommentStatementCollection commentCollection) 308private static void EmitSummaryComments(string[] summaryComments, CodeCommentStatementCollection commentCollection) 322private static void EmitXmlComments(string tag, string[] summaryComments, CodeCommentStatementCollection commentCollection)
System.Data.Services.Design (7)
System\Data\EntityModel\Emitters\CommentEmitter.cs (7)
37public static void EmitSummaryComments(MetadataItem item, CodeCommentStatementCollection commentCollection) 106public static void EmitSummaryComments(string summaryComments, CodeCommentStatementCollection commentCollection) 122public static void EmitComments(string[] commentLines, CodeCommentStatementCollection commentCollection, bool docComment) 142CodeCommentStatementCollection commentCollection) 290private static void EmitOtherDocumentationComments(Documentation documentation, CodeCommentStatementCollection commentCollection) 306private static void EmitSummaryComments(string[] summaryComments, CodeCommentStatementCollection commentCollection) 321private static void EmitXmlComments(string tag, string[] summaryComments, CodeCommentStatementCollection commentCollection)
System.Web.Services (2)
System\Web\Services\Description\ProtocolImporter.cs (2)
469public void AddExtensionWarningComments(CodeCommentStatementCollection comments, ServiceDescriptionFormatExtensionCollection extensions) { 532internal static void AddWarningComment(CodeCommentStatementCollection comments, string text) {
System.Xml (4)
System\Xml\Serialization\CodeExporter.cs (1)
160internal static void AddWarningComment(CodeCommentStatementCollection comments, string text) {
System\Xml\Serialization\XmlCodeExporter.cs (3)
373void AddDefaultValueAttribute(CodeMemberField field, CodeAttributeDeclarationCollection metadata, object defaultValue, TypeMapping mapping, CodeCommentStatementCollection comments, TypeDesc memberTypeDesc, Accessor accessor, CodeConstructor ctor) { 482static void DropDefaultAttribute(Accessor accessor, CodeCommentStatementCollection comments, string type) { 613void AddMemberMetadata(CodeMemberField field, CodeAttributeDeclarationCollection metadata, MemberMapping member, string ns, bool forceUseMemberName, CodeCommentStatementCollection comments, CodeConstructor ctor) {