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)
6064", constructor.GetDocumentationCommentXml()); 6218", constructor.GetDocumentationCommentXml()); 6300", constructor.GetDocumentationCommentXml()); 6368", cConstructor.GetDocumentationCommentXml()); 6402", dConstructor.GetDocumentationCommentXml()); 6438Assert.Equal("", eConstructor.GetDocumentationCommentXml()); 6473Assert.Equal("", eConstructor.GetDocumentationCommentXml()); 6513Assert.Equal("", cConstructor.GetDocumentationCommentXml()); 6550", dConstructor.GetDocumentationCommentXml()); 6596", eConstructor.GetDocumentationCommentXml()); 6635Assert.Equal("", eConstructor.GetDocumentationCommentXml()); 6680", eConstructor.GetDocumentationCommentXml()); 6715", constructor.GetDocumentationCommentXml()); 6772", 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());