18 references to Add
dotnet-svcutil-lib (18)
FrameworkFork\Microsoft.CodeDom\System\CodeCommentStatementCollection.cs (2)
88this.Add(value[i]); 106this.Add(value[i]);
FrameworkFork\Microsoft.Xml\Xml\Serialization\Advanced\SchemaImporterExtension.cs (1)
212type.Comments.Add(new CodeCommentStatement(comment, false));
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeExporter.cs (3)
177comments.Add(new CodeCommentStatement(string.Format(ResXml.XmlCodegenWarningDetails, text), false)); 243codeClass.Comments.Add(new CodeCommentStatement(ResXml.XmlRemarks, true)); 309field.Comments.Add(new CodeCommentStatement(ResXml.XmlRemarks, true));
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapCodeExporter.cs (5)
137codeClass.Comments.Add(new CodeCommentStatement(ResXml.XmlRemarks, true)); 243field.Comments.Add(new CodeCommentStatement(ResXml.XmlRemarks, true)); 251field.Comments.Add(new CodeCommentStatement(ResXml.XmlRemarks, true)); 268prop.Comments.Add(new CodeCommentStatement(ResXml.XmlRemarks, true)); 279prop.Comments.Add(new CodeCommentStatement(ResXml.XmlRemarks, true));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCodeExporter.cs (5)
573codeClass.Comments.Add(new CodeCommentStatement(ResXml.XmlRemarks, true)); 814field.Comments.Add(new CodeCommentStatement(ResXml.XmlRemarks, true)); 822field.Comments.Add(new CodeCommentStatement(ResXml.XmlRemarks, true)); 839prop.Comments.Add(new CodeCommentStatement(ResXml.XmlRemarks, true)); 850prop.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))); 221method.Comments.Add(new CodeCommentStatement(string.Format(SRServiceModel.SFxCodeGenWarning, ex.Message)));