2 writes to Text
System.CodeDom (2)
System\CodeDom\CodeComment.cs (2)
14Text = text; 19Text = text;
4 references to Text
System.CodeDom (2)
Microsoft\CSharp\CSharpCodeGenerator.cs (1)
869string value = e.Text;
Microsoft\VisualBasic\VBCodeGenerator.cs (1)
1237string value = e.Text;
System.Windows.Forms.Design.Tests (2)
CodeDomHelpers.cs (2)
77return $"new CodeCommentStatement({GetString(ccs.Comment.Text)}, true)"; 80return $"new CodeCommentStatement({GetString(ccs.Comment.Text)})";