3 references to CreateDocumentationCommentBinderForSymbol
Microsoft.CodeAnalysis.VisualBasic (3)
Compilation\DocumentationComments\DocumentationCommentCompiler.Common.vb (1)
409
Dim binder =
CreateDocumentationCommentBinderForSymbol
(Me.Module, symbol, tree, DocumentationCommentBinder.BinderType.NameInTypeParamRef)
Compilation\DocumentationComments\DocumentationCommentCompiler.Includes.vb (1)
236
result =
CreateDocumentationCommentBinderForSymbol
(Me.Module, Me._symbol, Me._tree, type)
Compilation\DocumentationComments\DocumentationCommentWalker.vb (1)
150
Dim crefBinder =
CreateDocumentationCommentBinderForSymbol
(Me.Module, Me._symbol, Me._syntaxTree, DocumentationCommentBinder.BinderType.Cref)