2 overrides of GetCref
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpDocumentationCommentService.cs (1)
34
protected override CrefSyntax
GetCref
(XmlCrefAttributeSyntax xmlCref)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicDocumentationCommentService.vb (1)
32
Protected Overrides Function
GetCref
(xmlCref As XmlCrefAttributeSyntax) As CrefReferenceSyntax
1 reference to GetCref
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractDocumentationCommentService.cs (1)
131
sb.Append(
GetCref
(xmlCref).ToString());