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