3 references to _baseTypeAndInterfaceToGeneratedProxyType
System.Reflection.DispatchProxy (3)
System\Reflection\DispatchProxyGenerator.cs (3)
149lock (_baseTypeAndInterfaceToGeneratedProxyType) 151if (!_baseTypeAndInterfaceToGeneratedProxyType.TryGetValue(baseType, out Dictionary<Type, GeneratedTypeInfo>? interfaceToProxy)) 154_baseTypeAndInterfaceToGeneratedProxyType[baseType] = interfaceToProxy;