6 references to None
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\BinderFactory.BinderFactoryVisitor.vb (2)
42If binderType <> DocumentationCommentBinder.BinderType.None Then 65If binderType <> DocumentationCommentBinder.BinderType.None Then
Binding\BinderFactory.vb (1)
447Debug.Assert(binderType <> DocumentationCommentBinder.BinderType.None)
Binding\DocumentationCommentBinder.vb (1)
106Return DocumentationCommentBinder.BinderType.None
Compilation\DocumentationComments\DocumentationCommentCompiler.Includes.vb (2)
307Dim binderType As DocumentationCommentBinder.BinderType = DocumentationCommentBinder.BinderType.None 403ElseIf binderType <> DocumentationCommentBinder.BinderType.None Then