1 write to _binders
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\DocumentationComments\DocumentationCommentCompiler.Includes.vb (1)
229
Me.
_binders
= New Dictionary(Of DocumentationCommentBinder.BinderType, Binder)()
3 references to _binders
Microsoft.CodeAnalysis.VisualBasic (3)
Compilation\DocumentationComments\DocumentationCommentCompiler.Includes.vb (3)
228
If Me.
_binders
Is Nothing Then
233
If Not Me.
_binders
.TryGetValue(type, result) Then
237
Me.
_binders
.Add(type, result)