5 references to RegularWithLegacyStrongName
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (5)
Attributes\InternalsVisibleToAndStrongNameTests.cs (5)
41new object[] { TestOptions.RegularWithLegacyStrongName } 198compilation = CreateCompilation(code, options: options, parseOptions: TestOptions.RegularWithLegacyStrongName); 215compilation = CreateCompilation(code, options: options, parseOptions: TestOptions.RegularWithLegacyStrongName); 227var syntaxTree = Parse(s, @"IVTAndStrongNameTests\AnotherTempDir\temp.cs", TestOptions.RegularWithLegacyStrongName); 2870}", options: options, parseOptions: TestOptions.RegularWithLegacyStrongName);