3 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)
18internal static readonly StrongNameFileSystem Instance = new StrongNameFileSystem();