2 instantiations of CodeCommentStatementCollection
System.CodeDom (2)
System\CodeDom\CodeNamespace.cs (1)
11
private readonly CodeCommentStatementCollection _comments = new
CodeCommentStatementCollection
();
System\CodeDom\CodeTypeMember.cs (1)
29
public CodeCommentStatementCollection Comments { get; } = new
CodeCommentStatementCollection
();
9 references to CodeCommentStatementCollection
System (1)
src\libraries\shims\System\ref\System.cs (1)
45
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.
CodeCommentStatementCollection
))]
System.CodeDom (8)
Microsoft\CSharp\CSharpCodeGenerator.cs (1)
922
private void GenerateCommentStatements(
CodeCommentStatementCollection
e)
Microsoft\VisualBasic\VBCodeGenerator.cs (1)
1208
protected override void GenerateCommentStatements(
CodeCommentStatementCollection
e)
System\CodeDom\CodeCommentStatementCollection.cs (2)
12
public CodeCommentStatementCollection(
CodeCommentStatementCollection
value)
43
public void AddRange(
CodeCommentStatementCollection
value)
System\CodeDom\CodeNamespace.cs (2)
11
private readonly
CodeCommentStatementCollection
_comments = new CodeCommentStatementCollection();
64
public
CodeCommentStatementCollection
Comments
System\CodeDom\CodeTypeMember.cs (1)
29
public
CodeCommentStatementCollection
Comments { get; } = new CodeCommentStatementCollection();
System\CodeDom\Compiler\CodeGenerator.cs (1)
1533
protected virtual void GenerateCommentStatements(
CodeCommentStatementCollection
e)