37 references to StandardAndCSharp
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (24)
CodeGen\CodeGenLocalFunctionTests.cs (8)
5995
targetFramework: TargetFramework.
StandardAndCSharp
,
6051
targetFramework: TargetFramework.
StandardAndCSharp
,
6108
targetFramework: TargetFramework.
StandardAndCSharp
,
6197
CompileAndVerify(source, targetFramework: TargetFramework.
StandardAndCSharp
, expectedOutput: "44");
6222
CompileAndVerify(source, targetFramework: TargetFramework.
StandardAndCSharp
, expectedOutput: "44");
6247
CompileAndVerify(source, targetFramework: TargetFramework.
StandardAndCSharp
, expectedOutput: "44");
6272
CompileAndVerify(source, targetFramework: TargetFramework.
StandardAndCSharp
, expectedOutput: "44");
6298
CompileAndVerify(source, targetFramework: TargetFramework.
StandardAndCSharp
, expectedOutput: "44");
CodeGen\CodeGenTupleEqualityTests.cs (12)
1827
var comp = CreateCompilation(source, targetFramework: TargetFramework.
StandardAndCSharp
, options: TestOptions.DebugExe);
1843
var comp = CreateCompilation(source, targetFramework: TargetFramework.
StandardAndCSharp
, options: TestOptions.DebugExe);
1861
var comp = CreateCompilation(source, targetFramework: TargetFramework.
StandardAndCSharp
, options: TestOptions.DebugExe);
1881
var comp = CreateCompilation(source, targetFramework: TargetFramework.
StandardAndCSharp
, options: TestOptions.DebugExe);
1914
var comp = CreateCompilation(source, targetFramework: TargetFramework.
StandardAndCSharp
, options: TestOptions.DebugExe);
1932
var comp = CreateCompilation(source, targetFramework: TargetFramework.
StandardAndCSharp
, options: TestOptions.DebugExe);
2240
var comp = CreateCompilation(source, targetFramework: TargetFramework.
StandardAndCSharp
, options: TestOptions.DebugExe);
2287
var comp = CreateCompilation(source, targetFramework: TargetFramework.
StandardAndCSharp
, options: TestOptions.DebugExe);
4499
targetFramework: TargetFramework.
StandardAndCSharp
, options: TestOptions.DebugExe);
4603
targetFramework: TargetFramework.
StandardAndCSharp
, options: TestOptions.DebugExe);
5066
var comp = CreateCompilation(source, targetFramework: TargetFramework.
StandardAndCSharp
, options: TestOptions.DebugExe);
5106
var comp = CreateCompilation(source, targetFramework: TargetFramework.
StandardAndCSharp
, options: TestOptions.DebugExe);
CodeGen\ObjectAndCollectionInitializerTests.cs (3)
1255
var compVerifier = CompileAndVerify(source, targetFramework: TargetFramework.
StandardAndCSharp
, expectedOutput: expectedOutput);
1814
var compVerifier = CompileAndVerify(source, targetFramework: TargetFramework.
StandardAndCSharp
, expectedOutput: expectedOutput);
1926
var compVerifier = CompileAndVerify(source, targetFramework: TargetFramework.
StandardAndCSharp
, expectedOutput: expectedOutput);
Emit\EditAndContinue\EditAndContinueTests.cs (1)
11831
var compilation0 = CreateCompilation(source0, targetFramework: TargetFramework.
StandardAndCSharp
,
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\DynamicTests.cs (2)
1038
}", targetFramework: TargetFramework.
StandardAndCSharp
, expectedOutput: @"
2885
CompileAndVerify(source, targetFramework: TargetFramework.
StandardAndCSharp
);
Semantics\NativeIntegerTests.cs (1)
4465
var comp = CreateCompilation(source, parseOptions: TestOptions.Regular9, options: TestOptions.ReleaseExe, targetFramework: TargetFramework.
StandardAndCSharp
);
Semantics\NullableReferenceTypesTests.cs (1)
111998
CompileAndVerify(source, targetFramework: TargetFramework.
StandardAndCSharp
, options: WithNullableEnable());
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (6)
Compilation\UsedAssembliesTests.cs (2)
5445
CompileWithUsedAssemblyReferences(source3, targetFramework: TargetFramework.
StandardAndCSharp
);
5463
CompileWithUsedAssemblyReferences(source3, targetFramework: TargetFramework.
StandardAndCSharp
);
DocumentationComments\CrefTests.cs (2)
6725
var compilation = CreateCompilation(source, parseOptions: parseOptions, options: options, targetFramework: TargetFramework.
StandardAndCSharp
);
6749
var compilation = CreateCompilation(source, parseOptions: parseOptions, options: options, targetFramework: TargetFramework.
StandardAndCSharp
);
Symbols\Source\EventTests.cs (2)
521
targetFramework: TargetFramework.
StandardAndCSharp
,
580
targetFramework: TargetFramework.
StandardAndCSharp
,
Microsoft.CodeAnalysis.CSharp.Test.Utilities (2)
CSharpTestBase.cs (2)
896
TargetFramework.
StandardAndCSharp
,
1138
string sourceFileName = "") => CreateCompilation(source, references, options, parseOptions, TargetFramework.
StandardAndCSharp
, assemblyName, sourceFileName);
Microsoft.CodeAnalysis.Test.Utilities (1)
TargetFrameworkUtil.cs (1)
227
TargetFramework.
StandardAndCSharp
=> StandardAndCSharpReferences,