5 references to StrongNameFileSystem
Microsoft.CodeAnalysis (3)
CommandLine\CommonCompiler.LoggingStrongNameProvider.cs (1)
16
:
base
(customTempPath)
StrongName\DesktopStrongNameProvider.cs (1)
49
: this(keyFileSearchPaths, tempPath == null ? StrongNameFileSystem.Instance : new
StrongNameFileSystem
(tempPath))
StrongName\StrongNameFileSystem.cs (1)
18
internal static readonly StrongNameFileSystem Instance = new
StrongNameFileSystem
();
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\TestStrongNameFileSystem.cs (1)
16
:
base
(signingTempPath)
Platform\Custom\SigningTestHelpers.cs (1)
81
internal VirtualizedStrongNameFileSystem(string tempPath = null) :
base
(tempPath)