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