3 writes to AttributeAssembly
Microsoft.AspNetCore.Mvc.Core.Test (3)
ApplicationParts\RelatedAssemblyPartTest.cs (3)
33var assembly = new TestAssembly { AttributeAssembly = "MyAssembly" }; 47AttributeAssembly = "DoesNotExist" 63AttributeAssembly = "RelatedAssembly"
1 reference to AttributeAssembly
Microsoft.AspNetCore.Mvc.Core.Test (1)
ApplicationParts\RelatedAssemblyPartTest.cs (1)
95var attribute = new RelatedAssemblyAttribute(AttributeAssembly);