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