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)
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());