10 references to FileNotFoundException
Microsoft.AspNetCore.StaticFiles.Tests (1)
StaticFileMiddlewareTests.cs (1)
88.ThrowsAsync(new FileNotFoundException());
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\DebuggingSession.cs (2)
396throw new FileNotFoundException(); 406throw new FileNotFoundException();
Microsoft.CodeAnalysis.Features.UnitTests (1)
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (1)
4605[$"proj: <no location>: Error ENC1001: {string.Format(FeaturesResources.ErrorReadingFile, "test-pdb", new FileNotFoundException().Message)}"],
Microsoft.CodeAnalysis.Test.Utilities (1)
Mocks\TestMetadataReference.cs (1)
43throw new FileNotFoundException();
Microsoft.Extensions.Diagnostics.ResourceMonitoring (1)
Linux\OSFileSystem.cs (1)
56throw new FileNotFoundException();
PresentationCore (1)
MS\Internal\Text\TextInterface\DWriteUtil.cs (1)
20throw new System.IO.FileNotFoundException();
System.Drawing.Common (1)
System\Drawing\Text\PrivateFontCollection.cs (1)
55throw new FileNotFoundException();
System.Windows.Forms.Tests (1)
System\Windows\Forms\ClipboardTests.cs (1)
453Clipboard.SetData(format, new FileNotFoundException());
VBCSCompiler.UnitTests (1)
CompilerServerTests.cs (1)
1448throw new FileNotFoundException();