5 references to GetDocumentationCommentForSymbol
Microsoft.CodeAnalysis.VisualBasic (5)
Compilation\DocumentationComments\DocumentationCommentCompiler.Event.vb (1)
50GetDocumentationCommentForSymbol([event], docCommentTrivia, wellKnownElementNodes)
Compilation\DocumentationComments\DocumentationCommentCompiler.Field.vb (1)
47GetDocumentationCommentForSymbol(field, docCommentTrivia, wellKnownElementNodes)
Compilation\DocumentationComments\DocumentationCommentCompiler.Method.vb (1)
73GetDocumentationCommentForSymbol(method, docCommentTrivia, wellKnownElementNodes)
Compilation\DocumentationComments\DocumentationCommentCompiler.NamedType.vb (1)
89Dim docCommentXml As String = GetDocumentationCommentForSymbol(namedType, theOnlyDocumentationCommentTrivia, wellKnownElementNodes)
Compilation\DocumentationComments\DocumentationCommentCompiler.Property.vb (1)
51GetDocumentationCommentForSymbol([property], docCommentTrivia, wellKnownElementNodes)