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