2 writes to _wrappers
Microsoft.CodeAnalysis.CSharp (2)
Compiler\TypeCompilationState.cs (2)
156
_wrappers
= new Dictionary<MethodSymbol, MethodSymbol>();
190
_wrappers
= null;
6 references to _wrappers
Microsoft.CodeAnalysis.CSharp (6)
Compiler\TypeCompilationState.cs (6)
154
if (
_wrappers
== null)
159
_wrappers
.Add(method, wrapper);
165
get { return
_wrappers
== null ? 0 :
_wrappers
.Count; }
178
return
_wrappers
!= null &&
_wrappers
.TryGetValue(method, out wrapper) ? wrapper : null;