3 references to DesktopStrongNameProvider
Microsoft.CodeAnalysis (3)
CommandLine\CommandLineArguments.cs (1)
312=> new DesktopStrongNameProvider(KeyFileSearchPaths, fileSystem);
StrongName\DesktopStrongNameProvider.cs (2)
39public DesktopStrongNameProvider(ImmutableArray<string> keyFileSearchPaths) : this(keyFileSearchPaths, StrongNameFileSystem.Instance) 49: this(keyFileSearchPaths, tempPath == null ? StrongNameFileSystem.Instance : new StrongNameFileSystem(tempPath))