7 references to RelatedAssemblyAttribute
Microsoft.AspNetCore.Mvc.Core (7)
ApplicationParts\ApplicationPartManager.cs (1)
96var relatedAssemblies = RelatedAssemblyAttribute.GetRelatedAssemblies(assembly, throwOnError: false)
ApplicationParts\RelatedAssemblyAttribute.cs (6)
18/// Initializes a new instance of <see cref="RelatedAssemblyAttribute"/>. 34/// Gets <see cref="Assembly"/> instances specified by <see cref="RelatedAssemblyAttribute"/>. 36/// <param name="assembly">The assembly containing <see cref="RelatedAssemblyAttribute"/> instances.</param> 62var attributes = assembly.GetCustomAttributes<RelatedAssemblyAttribute>().ToArray(); 82var attribute = attributes[i]; 86Resources.FormatRelatedAssemblyAttribute_AssemblyCannotReferenceSelf(nameof(RelatedAssemblyAttribute), assemblyName));