18 references to Add
dotnet-svcutil-lib (18)
FrameworkFork\Microsoft.CodeDom\System\CodeCommentStatementCollection.cs (2)
88
this.
Add
(value[i]);
106
this.
Add
(value[i]);
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));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (2)
183
_method.Comments.
Add
(new CodeCommentStatement(string.Format(SRServiceModel.SFxCodeGenWarning, SRServiceModel.SFxCannotImportAsParameters_OutputParameterAndTask)));
221
method.Comments.
Add
(new CodeCommentStatement(string.Format(SRServiceModel.SFxCodeGenWarning, ex.Message)));