1 write to _ab
System.Reflection.DispatchProxy (1)
System\Reflection\DispatchProxyGenerator.cs (1)
134
_ab
= AssemblyBuilder.DefineDynamicAssembly(new AssemblyName(name), builderAccess);
2 references to _ab
System.Reflection.DispatchProxy (2)
System\Reflection\DispatchProxyGenerator.cs (2)
135
_mb =
_ab
.DefineDynamicModule("testmod");
238
_ab
.SetCustomAttribute(customAttributeBuilder);