44 references to s_keyPairFile
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (44)
Attributes\InternalsVisibleToAndStrongNameTests.cs (44)
106var x = s_keyPairFile;
134string keyFileDir = Path.GetDirectoryName(s_keyPairFile);
135string keyFileName = Path.GetFileName(s_keyPairFile);
163string keyFileDir = Path.GetDirectoryName(s_keyPairFile);
164string keyFileName = Path.GetFileName(s_keyPairFile);
191string code = String.Format("{0}{1}{2}", @"[assembly: System.Reflection.AssemblyKeyFile(@""", s_keyPairFile, @""")] public class C {}");
200Diagnostic(ErrorCode.ERR_PublicKeyFileFailure).WithArguments(s_keyPairFile, CodeAnalysisResources.SigningTempPathUnavailable));
206string code = String.Format("{0}{1}{2}", @"[assembly: System.Reflection.AssemblyKeyFile(@""", s_keyPairFile, @""")] public class C {}");
223string keyFileDir = Path.GetDirectoryName(s_keyPairFile);
224string keyFileName = Path.GetFileName(s_keyPairFile);
252var x = s_keyPairFile;
281var other = CreateCompilation(s, options: TestOptions.SigningReleaseDll.WithCryptoKeyFile(s_keyPairFile), parseOptions: parseOptions);
291string keyFileDir = Path.GetDirectoryName(s_keyPairFile);
292string keyFileName = Path.GetFileName(s_keyPairFile);
415var other = CreateCompilation(s, options: TestOptions.SigningReleaseDll.WithCryptoKeyFile(s_keyPairFile), parseOptions: parseOptions);
899options: TestOptions.SigningReleaseDll.WithCryptoKeyFile(s_keyPairFile),
947options: TestOptions.SigningReleaseDll.WithCryptoKeyFile(s_keyPairFile),
1072options: TestOptions.SigningReleaseDll.WithCryptoKeyFile(s_keyPairFile),
1092options: TestOptions.SigningReleaseDll.WithCryptoKeyFile(s_keyPairFile),
1181options: TestOptions.SigningReleaseDll.WithCryptoKeyFile(s_keyPairFile),
1216options: TestOptions.SigningReleaseDll.WithCryptoKeyFile(s_keyPairFile),
1257options: TestOptions.SigningReleaseDll.WithCryptoKeyFile(s_keyPairFile),
1287options: TestOptions.SigningReleaseDll.WithCryptoKeyFile(s_keyPairFile),
1323options: TestOptions.SigningReleaseDll.WithCryptoKeyFile(s_keyPairFile),
1383options: TestOptions.SigningReleaseDll.WithCryptoKeyFile(s_keyPairFile),
1423", options: TestOptions.SigningReleaseExe.WithCryptoKeyFile(s_keyPairFile), parseOptions: parseOptions);
1502options: TestOptions.SigningReleaseDll.WithCryptoKeyFile(s_keyPairFile), parseOptions: parseOptions);
1573var x = s_keyPairFile;
1718var options = TestOptions.SigningReleaseModule.WithCryptoKeyFile(s_keyPairFile);
1737.WithCryptoKeyFile(s_keyPairFile);
1755var options = TestOptions.SigningDebugDll.WithCryptoKeyFile(s_keyPairFile);
1775var x = s_keyPairFile;
1778var options = TestOptions.SigningReleaseModule.WithCryptoKeyFile(s_keyPairFile);
1793var x = s_keyPairFile;
1796var other = CreateCompilation(s, options: TestOptions.SigningReleaseModule.WithCryptoKeyFile(s_keyPairFile), parseOptions: parseOptions);
1907options: TestOptions.SigningReleaseDll.WithCryptoKeyFile(s_keyPairFile), parseOptions: parseOptions);
1942}", options: TestOptions.SigningReleaseDll.WithDelaySign(true).WithCryptoKeyFile(s_keyPairFile), parseOptions: parseOptions);
1969.WithCryptoKeyFile(s_keyPairFile);
2413", options: TestOptions.SigningReleaseDll.WithCryptoKeyFile(s_keyPairFile), parseOptions: parseOptions);
2441", options: TestOptions.SigningReleaseDll.WithCryptoKeyFile(s_keyPairFile), parseOptions: parseOptions);
2511options: TestOptions.SigningReleaseDll.WithCryptoKeyFile(s_keyPairFile),
2540options: TestOptions.SigningReleaseDll.WithCryptoKeyFile(s_keyPairFile), references: new[] { MscorlibRef_v4_0_30316_17626 }, parseOptions: parseOptions);
2569var options = TestOptions.SigningReleaseDll.WithCryptoKeyFile(s_keyPairFile);
2864.WithCryptoKeyFile(s_keyPairFile);