4 writes to _comment
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.CodeDom\System\CodeCommentStatement.cs (4)
39
_comment
= comment;
50
_comment
= new CodeComment(text);
58
_comment
= new CodeComment(text, docComment);
72
_comment
= value;
1 reference to _comment
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\System\CodeCommentStatement.cs (1)
68
return
_comment
;