4 references to GetProviderWithPath
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (4)
Attributes\InternalsVisibleToAndStrongNameTests.cs (4)
145TestOptions.ReleaseDll.WithStrongNameProvider(GetProviderWithPath(keyFileDir))); 175TestOptions.ReleaseDll.WithStrongNameProvider(GetProviderWithPath(PathUtilities.CombineAbsoluteAndRelativePaths(keyFileDir, @"TempSubDir\")))); 272TestOptions.ReleaseDll.WithCryptoKeyFile(keyFileName).WithStrongNameProvider(GetProviderWithPath(keyFileDir))); 319TestOptions.ReleaseDll.WithCryptoKeyFile(publicKeyFileName).WithDelaySign(true).WithStrongNameProvider(GetProviderWithPath(publicKeyFileDir)));