7 instantiations of VirtualizedStrongNameFileSystem
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (2)
Emit\DesktopStrongNameProviderTests.cs (2)
43
var provider = new DesktopStrongNameProvider(ImmutableArray<string>.Empty, new
VirtualizedStrongNameFileSystem
(tempDir.Path));
61
var provider = new DesktopStrongNameProvider(ImmutableArray<string>.Empty, new
VirtualizedStrongNameFileSystem
());
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (3)
Attributes\InternalsVisibleToAndStrongNameTests.cs (3)
58
new DesktopStrongNameProvider(ImmutableArray.Create(keyFilePath), strongNameFileSystem: new
VirtualizedStrongNameFileSystem
());
191
new
VirtualizedStrongNameFileSystem
())
2802
var provider = new TestDesktopStrongNameProvider(fileSystem: new
VirtualizedStrongNameFileSystem
())
Microsoft.CodeAnalysis.Test.Utilities (1)
Platform\Custom\SigningTestHelpers.cs (1)
21
new DesktopStrongNameProvider(ImmutableArray<string>.Empty, new
VirtualizedStrongNameFileSystem
());
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1)
Attributes\InternalsVisibleToAndStrongNameTests.vb (1)
49
Return New DesktopStrongNameProvider(ImmutableArray.Create(keyFilePath), New
VirtualizedStrongNameFileSystem
())