39 references to Comments
dotnet-svcutil-lib (39)
CodeDomFixup\CodeDomVisitors\CodeDomVisitor.cs (1)
473Enumerate(member.Comments);
FrameworkFork\Microsoft.CodeDom\Compiler\CodeGenerator.cs (9)
244GenerateCommentStatements(e.Comments); 314GenerateCommentStatements(member.Comments); 399GenerateCommentStatements(_currentMember.Comments); 668GenerateCommentStatements(_currentMember.Comments); 698GenerateCommentStatements(_currentMember.Comments); 846GenerateCommentStatements(_currentMember.Comments); 878GenerateCommentStatements(_currentMember.Comments); 946GenerateCommentStatements(_currentMember.Comments); 1045GenerateCommentStatements(_currentMember.Comments);
FrameworkFork\Microsoft.CodeDom\Compiler\CodeValidator.cs (3)
68ValidateCommentStatements(e.Comments); 336ValidateCommentStatements(e.Comments); 398ValidateCommentStatements(e.Comments);
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (9)
926GenerateCommentStatements(_currentMember.Comments); 957GenerateCommentStatements(_currentMember.Comments); 2077GenerateCommentStatements(_currentMember.Comments); 2181GenerateCommentStatements(_currentMember.Comments); 2515GenerateCommentStatements(_currentMember.Comments); 2639GenerateCommentStatements(e.Comments); 2784GenerateCommentStatements(member.Comments); 2869GenerateCommentStatements(_currentMember.Comments); 2901GenerateCommentStatements(_currentMember.Comments);
FrameworkFork\Microsoft.Xml\Xml\Serialization\Advanced\SchemaImporterExtension.cs (1)
212type.Comments.Add(new CodeCommentStatement(comment, false));
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeExporter.cs (2)
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 (7)
573codeClass.Comments.Add(new CodeCommentStatement(ResXml.XmlRemarks, true)); 814field.Comments.Add(new CodeCommentStatement(ResXml.XmlRemarks, true)); 816AddMemberMetadata(field, field.CustomAttributes, member, ns, false, field.Comments, ctor); 822field.Comments.Add(new CodeCommentStatement(ResXml.XmlRemarks, true)); 839prop.Comments.Add(new CodeCommentStatement(ResXml.XmlRemarks, true)); 840AddMemberMetadata(field, prop.CustomAttributes, member, ns, false, prop.Comments, ctor); 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)));