Base:
method
GetDocumentationCommentXml
Microsoft.CodeAnalysis.CSharp.Symbol.GetDocumentationCommentXml(System.Globalization.CultureInfo, System.Boolean, System.Threading.CancellationToken)
2 overrides of GetDocumentationCommentXml
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceOrdinaryMethodSymbolBase.cs (1)
82public abstract override string GetDocumentationCommentXml(CultureInfo preferredCulture = null, bool expandIncludes = false, CancellationToken cancellationToken = default(CancellationToken));
Symbols\Synthesized\Records\SynthesizedRecordEqualityOperatorBase.cs (1)
58public sealed override string? GetDocumentationCommentXml(CultureInfo? preferredCulture = null, bool expandIncludes = false, CancellationToken cancellationToken = default) => null;
30 references to GetDocumentationCommentXml
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (29)
Semantics\PrimaryConstructorTests.cs (14)
6204", constructor.GetDocumentationCommentXml()); 6358", constructor.GetDocumentationCommentXml()); 6440", constructor.GetDocumentationCommentXml()); 6508", cConstructor.GetDocumentationCommentXml()); 6542", dConstructor.GetDocumentationCommentXml()); 6578Assert.Equal("", eConstructor.GetDocumentationCommentXml()); 6613Assert.Equal("", eConstructor.GetDocumentationCommentXml()); 6653Assert.Equal("", cConstructor.GetDocumentationCommentXml()); 6690", dConstructor.GetDocumentationCommentXml()); 6736", eConstructor.GetDocumentationCommentXml()); 6775Assert.Equal("", eConstructor.GetDocumentationCommentXml()); 6820", eConstructor.GetDocumentationCommentXml()); 6855", constructor.GetDocumentationCommentXml()); 6912", constructor.GetDocumentationCommentXml());
Semantics\RecordTests.cs (15)
28217", constructor.GetDocumentationCommentXml()); 28369", constructor.GetDocumentationCommentXml()); 28508", constructor.GetDocumentationCommentXml()); 28579", constructor.GetDocumentationCommentXml()); 28663", cConstructor.GetDocumentationCommentXml()); 28710", dConstructor.GetDocumentationCommentXml()); 28759Assert.Equal("", eConstructor.GetDocumentationCommentXml()); 28807Assert.Equal("", eConstructor.GetDocumentationCommentXml()); 28859Assert.Equal("", cConstructor.GetDocumentationCommentXml()); 28909", dConstructor.GetDocumentationCommentXml()); 28968", eConstructor.GetDocumentationCommentXml()); 29021Assert.Equal("", eConstructor.GetDocumentationCommentXml()); 29075", eConstructor.GetDocumentationCommentXml()); 29123", constructor.GetDocumentationCommentXml()); 29195", constructor.GetDocumentationCommentXml());
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\RecordStructTests.cs (1)
3284", constructor.GetDocumentationCommentXml());