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)
187public abstract override string GetDocumentationCommentXml(CultureInfo preferredCulture = null, bool expandIncludes = false, CancellationToken cancellationToken = default(CancellationToken));
Symbols\Synthesized\Records\SynthesizedRecordEqualityOperatorBase.cs (1)
56public sealed override string? GetDocumentationCommentXml(CultureInfo? preferredCulture = null, bool expandIncludes = false, CancellationToken cancellationToken = default) => null;
30 references to GetDocumentationCommentXml
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (30)
Semantics\PrimaryConstructorTests.cs (14)
5482", constructor.GetDocumentationCommentXml()); 5602", constructor.GetDocumentationCommentXml()); 5684", constructor.GetDocumentationCommentXml()); 5752", cConstructor.GetDocumentationCommentXml()); 5786", dConstructor.GetDocumentationCommentXml()); 5822Assert.Equal("", eConstructor.GetDocumentationCommentXml()); 5857Assert.Equal("", eConstructor.GetDocumentationCommentXml()); 5897Assert.Equal("", cConstructor.GetDocumentationCommentXml()); 5934", dConstructor.GetDocumentationCommentXml()); 5980", eConstructor.GetDocumentationCommentXml()); 6019Assert.Equal("", eConstructor.GetDocumentationCommentXml()); 6064", eConstructor.GetDocumentationCommentXml()); 6099", constructor.GetDocumentationCommentXml()); 6156", constructor.GetDocumentationCommentXml());
Semantics\RecordStructTests.cs (1)
3212", constructor.GetDocumentationCommentXml());
Semantics\RecordTests.cs (15)
28165", constructor.GetDocumentationCommentXml()); 28279", constructor.GetDocumentationCommentXml()); 28418", constructor.GetDocumentationCommentXml()); 28489", constructor.GetDocumentationCommentXml()); 28573", cConstructor.GetDocumentationCommentXml()); 28620", dConstructor.GetDocumentationCommentXml()); 28669Assert.Equal("", eConstructor.GetDocumentationCommentXml()); 28717Assert.Equal("", eConstructor.GetDocumentationCommentXml()); 28769Assert.Equal("", cConstructor.GetDocumentationCommentXml()); 28819", dConstructor.GetDocumentationCommentXml()); 28878", eConstructor.GetDocumentationCommentXml()); 28931Assert.Equal("", eConstructor.GetDocumentationCommentXml()); 28985", eConstructor.GetDocumentationCommentXml()); 29033", constructor.GetDocumentationCommentXml()); 29105", constructor.GetDocumentationCommentXml());