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