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