7 instantiations of VirtualizedStrongNameFileSystem
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (2)
Emit\DesktopStrongNameProviderTests.cs (2)
93
var provider = new DesktopStrongNameProvider(ImmutableArray<string>.Empty, new
VirtualizedStrongNameFileSystem
(tempDir.Path));
111
var provider = new DesktopStrongNameProvider(ImmutableArray<string>.Empty, new
VirtualizedStrongNameFileSystem
());
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (4)
Attributes\InternalsVisibleToAndStrongNameTests.cs (4)
62
new
VirtualizedStrongNameFileSystem
(tempPath: null));
65
new DesktopStrongNameProvider(ImmutableArray.Create(keyFilePath), strongNameFileSystem: new
VirtualizedStrongNameFileSystem
(_signingTempDirectory.Path));
230
new
VirtualizedStrongNameFileSystem
(_signingTempDirectory.Path))
2857
var provider = new TestDesktopStrongNameProvider(fileSystem: new
VirtualizedStrongNameFileSystem
(_signingTempDirectory.Path))
Microsoft.CodeAnalysis.Test.Utilities (1)
Platform\Custom\SigningTestHelpers.cs (1)
21
new DesktopStrongNameProvider(ImmutableArray<string>.Empty, new
VirtualizedStrongNameFileSystem
(Path.GetTempPath()));