2 writes to _methodWrappers
Microsoft.CodeAnalysis.VisualBasic (2)
Compilation\TypeCompilationState.vb (2)
118
_methodWrappers
= New Dictionary(Of MethodSymbol, MethodSymbol)()
138
_methodWrappers
= Nothing
7 references to _methodWrappers
Microsoft.CodeAnalysis.VisualBasic (7)
Compilation\TypeCompilationState.vb (7)
113
Return
_methodWrappers
IsNot Nothing AndAlso
_methodWrappers
.ContainsKey(method)
117
If
_methodWrappers
Is Nothing Then
121
_methodWrappers
(method) = wrapper
127
Return If(
_methodWrappers
IsNot Nothing AndAlso
_methodWrappers
.TryGetValue(method, wrapper), wrapper, Nothing)
137
If
_methodWrappers
IsNot Nothing Then