5 references to Comments
IOperationGenerator (5)
IOperationClassWriter.cs (1)
236private void WriteComments(Comments? comments, IEnumerable<string> operationKinds, bool writeReservedRemark)
Model.cs (4)
45[XmlElement(ElementName = "Comments", Type = typeof(Comments))] 46public Comments Comments; 132[XmlElement(ElementName = "Comments", Type = typeof(Comments))] 133public Comments? Comments;