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