2 references to ResolveStrongNameKeyFile
Microsoft.CodeAnalysis (1)
StrongName\DesktopStrongNameProvider.cs (1)
75string? resolvedKeyFile = ResolveStrongNameKeyFile(keyFilePath, FileSystem, _keyFileSearchPaths);
Microsoft.CodeAnalysis.UnitTests (1)
StrongNameProviderTests.cs (1)
71string resolve(string keyFilePath, ImmutableArray<string> searchPaths) => DesktopStrongNameProvider.ResolveStrongNameKeyFile(keyFilePath, provider.FileSystem, searchPaths);