4 references to Comment
CSharpSyntaxGenerator (4)
Model\Field.cs (1)
64public Comment PropertyComment;
Model\TreeType.cs (2)
24public Comment TypeComment; 27public Comment FactoryComment;
SourceWriter.cs (1)
1808private void WriteComment(Comment comment, string indent)