4 references to ImagesEmpty
Microsoft.NET.Build.Containers (2)
ImageIndexGenerator.cs (2)
24throw new ArgumentException(Strings.ImagesEmpty); 61throw new ArgumentException(Strings.ImagesEmpty);
Microsoft.NET.Build.Containers.UnitTests (2)
ImageIndexGeneratorTests.cs (2)
15Assert.Equal(Strings.ImagesEmpty, ex.Message); 23Assert.Equal(Strings.ImagesEmpty, ex.Message);