3 references to Instance
Microsoft.CodeAnalysis (3)
StrongName\DesktopStrongNameProvider.cs (3)
39public DesktopStrongNameProvider(ImmutableArray<string> keyFileSearchPaths) : this(keyFileSearchPaths, StrongNameFileSystem.Instance) 49: this(keyFileSearchPaths, tempPath == null ? StrongNameFileSystem.Instance : new StrongNameFileSystem(tempPath)) 61FileSystem = strongNameFileSystem ?? StrongNameFileSystem.Instance;