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