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)
28235", constructor.GetDocumentationCommentXml()); 28387", constructor.GetDocumentationCommentXml()); 28526", constructor.GetDocumentationCommentXml()); 28597", constructor.GetDocumentationCommentXml()); 28681", cConstructor.GetDocumentationCommentXml()); 28728", dConstructor.GetDocumentationCommentXml()); 28777Assert.Equal("", eConstructor.GetDocumentationCommentXml()); 28825Assert.Equal("", eConstructor.GetDocumentationCommentXml()); 28877Assert.Equal("", cConstructor.GetDocumentationCommentXml()); 28927", dConstructor.GetDocumentationCommentXml()); 28986", eConstructor.GetDocumentationCommentXml()); 29039Assert.Equal("", eConstructor.GetDocumentationCommentXml()); 29093", eConstructor.GetDocumentationCommentXml()); 29141", constructor.GetDocumentationCommentXml()); 29213", constructor.GetDocumentationCommentXml());
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\RecordStructTests.cs (1)
3284", constructor.GetDocumentationCommentXml());