9 references to _DelegateCache
System.Linq.Expressions (9)
System\Linq\Expressions\Compiler\DelegateHelpers.cs (4)
25lock (_DelegateCache) 27TypeInfo curTypeInfo = _DelegateCache; 60lock (_DelegateCache) 62TypeInfo curTypeInfo = _DelegateCache;
System\Linq\Expressions\Compiler\DelegateHelpers.Generated.cs (5)
21lock (_DelegateCache) 23TypeInfo curTypeInfo = _DelegateCache; 44lock (_DelegateCache) 46return NextTypeInfo(initialArg, _DelegateCache); 52lock (_DelegateCache)