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