3 references to DirectoryNotFoundException
BuildValidator (1)
IldasmUtilities.cs (1)
27var directory = Path.GetDirectoryName(typeof(IldasmUtilities).GetTypeInfo().Assembly.Location) ?? throw new DirectoryNotFoundException();
Microsoft.Build.Tasks.UnitTests (1)
Touch_Tests.cs (1)
86throw new DirectoryNotFoundException();
Microsoft.VisualBasic.Forms.Tests (1)
System\Windows\Forms\ApplicationServicesExceptionsTests.vb (1)
16Private ReadOnly _innerException As New DirectoryNotFoundException