35 references to Mscorlib46
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (12)
CodeGen\CodeGenLocalFunctionTests.cs (1)
1403
targetFramework: TargetFramework.
Mscorlib46
,
CodeGen\CodeGenTupleTest.cs (10)
2925
CompileAndVerify(source, expectedOutput: @"42", targetFramework: TargetFramework.
Mscorlib46
, options: TestOptions.ReleaseExe);
22173
var verifier = CompileAndVerify(source, targetFramework: TargetFramework.
Mscorlib46
, expectedOutput: @"5", options: TestOptions.ReleaseExe);
27095
var comp7 = CreateCompilation(source2, targetFramework: TargetFramework.
Mscorlib46
, options: TestOptions.DebugExe, references: comp1Ref);
27179
var comp7 = CreateCompilation(source2, targetFramework: TargetFramework.
Mscorlib46
, options: TestOptions.DebugExe, references: comp1Ref);
27253
var comp7 = CreateCompilation(source2, targetFramework: TargetFramework.
Mscorlib46
, options: TestOptions.DebugExe, references: comp1Ref);
27331
var comp7 = CreateCompilation(source2, targetFramework: TargetFramework.
Mscorlib46
, options: TestOptions.DebugExe, references: comp1Ref);
28015
var comp3 = CreateCompilation("", references: new[] { comp.ToMetadataReference() }, targetFramework: TargetFramework.
Mscorlib46
);
28227
var comp2 = CreateCompilation("", targetFramework: TargetFramework.
Mscorlib46
, references: new[] { comp.ToMetadataReference() });
28341
var comp2 = CreateCompilation("", targetFramework: TargetFramework.
Mscorlib46
, references: new[] { comp.ToMetadataReference() });
28430
var comp3 = CreateCompilation("", references: new[] { comp.ToMetadataReference() }, targetFramework: TargetFramework.
Mscorlib46
);
CodeGen\FixedSizeBufferTests.cs (1)
1155
var comp3 = CreateCompilation("", references: new[] { comp.ToMetadataReference() }, targetFramework: TargetFramework.
Mscorlib46
);
Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests (4)
IOperation\IOperationTests_IArgument.cs (4)
1061
VerifyOperationTreeAndDiagnosticsForTest<InvocationExpressionSyntax>((source, "file.cs"), expectedOperationTree, TargetFramework.
Mscorlib46
, expectedDiagnostics);
1104
VerifyOperationTreeAndDiagnosticsForTest<InvocationExpressionSyntax>((source, "file.cs"), expectedOperationTree, TargetFramework.
Mscorlib46
, expectedDiagnostics);
1147
VerifyOperationTreeAndDiagnosticsForTest<InvocationExpressionSyntax>((source, "file.cs"), expectedOperationTree, TargetFramework.
Mscorlib46
, expectedDiagnostics);
1202
VerifyOperationTreeAndDiagnosticsForTest<InvocationExpressionSyntax>((source, "file.cs"), expectedOperationTree, TargetFramework.
Mscorlib46
, expectedDiagnostics);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (11)
Semantics\InitOnlyMemberTests.cs (1)
4190
targetFramework: TargetFramework.
Mscorlib46
, options: TestOptions.DebugExe, parseOptions: TestOptions.Regular9);
Semantics\NullableReferenceTypesTests.cs (9)
85072
var comp = CreateCompilation(new[] { source }, options: WithNullableEnable(), targetFramework: TargetFramework.
Mscorlib46
);
85131
var comp = CreateCompilation(new[] { source }, options: WithNullableEnable(), targetFramework: TargetFramework.
Mscorlib46
);
97927
var compilation = CreateCompilation(new[] { Tuple2NonNullable, source }, targetFramework: TargetFramework.
Mscorlib46
);
97955
var compilation = CreateCompilation(new[] { Tuple2NonNullable, source }, targetFramework: TargetFramework.
Mscorlib46
);
97984
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
Mscorlib46
);
98017
var compilation = CreateCompilation(new[] { Tuple2NonNullable, TupleRestNonNullable, source }, targetFramework: TargetFramework.
Mscorlib46
);
98063
var compilation = CreateCompilation(new[] { Tuple2NonNullable, TupleRestNonNullable, source }, targetFramework: TargetFramework.
Mscorlib46
);
98113
var compilation = CreateCompilation(new[] { Tuple2NonNullable, source }, targetFramework: TargetFramework.
Mscorlib46
);
98133
var compilation = CreateCompilation(new[] { Tuple2NonNullable, TupleRestNonNullable, source }, targetFramework: TargetFramework.
Mscorlib46
, parseOptions: TestOptions.Regular7_3, skipUsesIsNullable: true);
Semantics\RecordStructTests.cs (1)
510
var comp2 = CreateCompilation("", targetFramework: TargetFramework.
Mscorlib46
, references: new[] { comp.ToMetadataReference() });
Microsoft.CodeAnalysis.CSharp.Test.Utilities (3)
CSharpTestBase.cs (3)
782
TargetFramework.
Mscorlib46
,
823
TargetFramework.
Mscorlib46
,
1088
string sourceFileName = "") => CreateCompilation(source, references, options, parseOptions, TargetFramework.
Mscorlib46
, assemblyName, sourceFileName);
Microsoft.CodeAnalysis.Test.Utilities (1)
TargetFrameworkUtil.cs (1)
222
TargetFramework.
Mscorlib46
=> Mscorlib46References,
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (4)
CodeGen\CodeGenTuples.vb (4)
22905
Dim comp7 = CreateCompilation(source2, targetFramework:=TargetFramework.
Mscorlib46
, options:=TestOptions.DebugExe, references:=comp1Ref)
22975
Dim comp7 = CreateCompilation(source2, targetFramework:=TargetFramework.
Mscorlib46
, options:=TestOptions.DebugExe, references:=comp1Ref)
23037
Dim comp7 = CreateCompilation(source2, targetFramework:=TargetFramework.
Mscorlib46
, options:=TestOptions.DebugExe, references:=comp1Ref)
23103
Dim comp7 = CreateCompilation(source2, targetFramework:=TargetFramework.
Mscorlib46
, options:=TestOptions.DebugExe, references:=comp1Ref)