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)
6074", constructor.GetDocumentationCommentXml()); 6228", constructor.GetDocumentationCommentXml()); 6310", constructor.GetDocumentationCommentXml()); 6378", cConstructor.GetDocumentationCommentXml()); 6412", dConstructor.GetDocumentationCommentXml()); 6448Assert.Equal("", eConstructor.GetDocumentationCommentXml()); 6483Assert.Equal("", eConstructor.GetDocumentationCommentXml()); 6523Assert.Equal("", cConstructor.GetDocumentationCommentXml()); 6560", dConstructor.GetDocumentationCommentXml()); 6606", eConstructor.GetDocumentationCommentXml()); 6645Assert.Equal("", eConstructor.GetDocumentationCommentXml()); 6690", eConstructor.GetDocumentationCommentXml()); 6725", constructor.GetDocumentationCommentXml()); 6782", constructor.GetDocumentationCommentXml());
Semantics\RecordTests.cs (15)
28253", constructor.GetDocumentationCommentXml()); 28405", constructor.GetDocumentationCommentXml()); 28544", constructor.GetDocumentationCommentXml()); 28615", constructor.GetDocumentationCommentXml()); 28699", cConstructor.GetDocumentationCommentXml()); 28746", dConstructor.GetDocumentationCommentXml()); 28795Assert.Equal("", eConstructor.GetDocumentationCommentXml()); 28843Assert.Equal("", eConstructor.GetDocumentationCommentXml()); 28895Assert.Equal("", cConstructor.GetDocumentationCommentXml()); 28945", dConstructor.GetDocumentationCommentXml()); 29004", eConstructor.GetDocumentationCommentXml()); 29057Assert.Equal("", eConstructor.GetDocumentationCommentXml()); 29111", eConstructor.GetDocumentationCommentXml()); 29159", constructor.GetDocumentationCommentXml()); 29231", constructor.GetDocumentationCommentXml());
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\RecordStructTests.cs (1)
3284", constructor.GetDocumentationCommentXml());