6 references to Cref
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\BinderBuilder.vb (1)
348
Case DocumentationCommentBinder.BinderType.
Cref
Binding\BinderFactory.BinderFactoryVisitor.vb (2)
30
Return _factory.CreateDocumentationCommentBinder(DirectCast(trivia, DocumentationCommentTriviaSyntax), DocumentationCommentBinder.BinderType.
Cref
)
57
Return _factory.CreateDocumentationCommentBinder(DirectCast(trivia, DocumentationCommentTriviaSyntax), DocumentationCommentBinder.BinderType.
Cref
)
Compilation\DocumentationComments\DocumentationCommentCompiler.Includes.vb (2)
404
Debug.Assert(binderType <> DocumentationCommentBinder.BinderType.
Cref
)
621
Dim binder As binder = Me.GetOrCreateBinder(DocumentationCommentBinder.BinderType.
Cref
)
Compilation\DocumentationComments\DocumentationCommentWalker.vb (1)
150
Dim crefBinder = CreateDocumentationCommentBinderForSymbol(Me.Module, Me._symbol, Me._syntaxTree, DocumentationCommentBinder.BinderType.
Cref
)