4 references to GetProviderWithPath
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (4)
Attributes\InternalsVisibleToAndStrongNameTests.cs (4)
152
TestOptions.ReleaseDll.WithStrongNameProvider(
GetProviderWithPath
(keyFileDir)));
182
TestOptions.ReleaseDll.WithStrongNameProvider(
GetProviderWithPath
(PathUtilities.CombineAbsoluteAndRelativePaths(keyFileDir, @"TempSubDir\"))));
311
TestOptions.ReleaseDll.WithCryptoKeyFile(keyFileName).WithStrongNameProvider(
GetProviderWithPath
(keyFileDir)));
358
TestOptions.ReleaseDll.WithCryptoKeyFile(publicKeyFileName).WithDelaySign(true).WithStrongNameProvider(
GetProviderWithPath
(publicKeyFileDir)));