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