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)
113Return _methodWrappers IsNot Nothing AndAlso _methodWrappers.ContainsKey(method) 117If _methodWrappers Is Nothing Then 121_methodWrappers(method) = wrapper 127Return If(_methodWrappers IsNot Nothing AndAlso _methodWrappers.TryGetValue(method, wrapper), wrapper, Nothing) 137If _methodWrappers IsNot Nothing Then