14 references to CodeCommentStatement
dotnet-svcutil-lib (14)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Advanced\SchemaImporterExtension.cs (1)
212
type.Comments.Add(new
CodeCommentStatement
(comment, false));
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeExporter.cs (3)
177
comments.Add(new
CodeCommentStatement
(string.Format(ResXml.XmlCodegenWarningDetails, text), false));
243
codeClass.Comments.Add(new
CodeCommentStatement
(ResXml.XmlRemarks, true));
309
field.Comments.Add(new
CodeCommentStatement
(ResXml.XmlRemarks, true));
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapCodeExporter.cs (5)
137
codeClass.Comments.Add(new
CodeCommentStatement
(ResXml.XmlRemarks, true));
243
field.Comments.Add(new
CodeCommentStatement
(ResXml.XmlRemarks, true));
251
field.Comments.Add(new
CodeCommentStatement
(ResXml.XmlRemarks, true));
268
prop.Comments.Add(new
CodeCommentStatement
(ResXml.XmlRemarks, true));
279
prop.Comments.Add(new
CodeCommentStatement
(ResXml.XmlRemarks, true));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCodeExporter.cs (5)
573
codeClass.Comments.Add(new
CodeCommentStatement
(ResXml.XmlRemarks, true));
814
field.Comments.Add(new
CodeCommentStatement
(ResXml.XmlRemarks, true));
822
field.Comments.Add(new
CodeCommentStatement
(ResXml.XmlRemarks, true));
839
prop.Comments.Add(new
CodeCommentStatement
(ResXml.XmlRemarks, true));
850
prop.Comments.Add(new
CodeCommentStatement
(ResXml.XmlRemarks, true));