5 references to Comments
IOperationGenerator (5)
IOperationClassWriter.cs (1)
238private void WriteComments(Comments? comments, IEnumerable<string> operationKinds, bool writeReservedRemark)
Model.cs (4)
48[XmlElement(ElementName = "Comments", Type = typeof(Comments))] 49public Comments Comments; 138[XmlElement(ElementName = "Comments", Type = typeof(Comments))] 139public Comments? Comments;