2 writes to _methodWrappers
Microsoft.CodeAnalysis.VisualBasic (2)
Compilation\TypeCompilationState.vb (2)
117_methodWrappers = New Dictionary(Of MethodSymbol, MethodSymbol)() 137_methodWrappers = Nothing
7 references to _methodWrappers
Microsoft.CodeAnalysis.VisualBasic (7)
Compilation\TypeCompilationState.vb (7)
112Return _methodWrappers IsNot Nothing AndAlso _methodWrappers.ContainsKey(method) 116If _methodWrappers Is Nothing Then 120_methodWrappers(method) = wrapper 126Return If(_methodWrappers IsNot Nothing AndAlso _methodWrappers.TryGetValue(method, wrapper), wrapper, Nothing) 136If _methodWrappers IsNot Nothing Then