3 references to AssemblyRegistrationFlags
Microsoft.Build.Tasks.Core (2)
RegisterAssembly.cs (2)
231if (!comRegistrar.RegisterAssembly(asm, CreateCodeBase ? AssemblyRegistrationFlags.SetCodeBase : AssemblyRegistrationFlags.None))
mscorlib (1)
mscorlib.cs (1)
114[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.InteropServices.AssemblyRegistrationFlags))]