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