37 references to Mscorlib46
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (14)
CodeGen\CodeGenAsyncEHTests.cs (2)
2414
targetFramework: TargetFramework.
Mscorlib46
).VerifyDiagnostics();
2416
targetFramework: TargetFramework.
Mscorlib46
).VerifyDiagnostics();
CodeGen\CodeGenLocalFunctionTests.cs (1)
1403
targetFramework: TargetFramework.
Mscorlib46
,
CodeGen\CodeGenTupleTest.cs (10)
2925
CompileAndVerify(source, expectedOutput: @"42", targetFramework: TargetFramework.
Mscorlib46
, options: TestOptions.ReleaseExe);
22141
var verifier = CompileAndVerify(source, targetFramework: TargetFramework.
Mscorlib46
, expectedOutput: @"5", options: TestOptions.ReleaseExe);
27057
var comp7 = CreateCompilation(source2, targetFramework: TargetFramework.
Mscorlib46
, options: TestOptions.DebugExe, references: comp1Ref);
27141
var comp7 = CreateCompilation(source2, targetFramework: TargetFramework.
Mscorlib46
, options: TestOptions.DebugExe, references: comp1Ref);
27215
var comp7 = CreateCompilation(source2, targetFramework: TargetFramework.
Mscorlib46
, options: TestOptions.DebugExe, references: comp1Ref);
27293
var comp7 = CreateCompilation(source2, targetFramework: TargetFramework.
Mscorlib46
, options: TestOptions.DebugExe, references: comp1Ref);
27977
var comp3 = CreateCompilation("", references: new[] { comp.ToMetadataReference() }, targetFramework: TargetFramework.
Mscorlib46
);
28189
var comp2 = CreateCompilation("", targetFramework: TargetFramework.
Mscorlib46
, references: new[] { comp.ToMetadataReference() });
28303
var comp2 = CreateCompilation("", targetFramework: TargetFramework.
Mscorlib46
, references: new[] { comp.ToMetadataReference() });
28392
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)
4201
targetFramework: TargetFramework.
Mscorlib46
, options: TestOptions.DebugExe, parseOptions: TestOptions.Regular9);
Semantics\NullableReferenceTypesTests.cs (9)
88719
var comp = CreateCompilation(new[] { source }, options: WithNullableEnable(), targetFramework: TargetFramework.
Mscorlib46
);
88778
var comp = CreateCompilation(new[] { source }, options: WithNullableEnable(), targetFramework: TargetFramework.
Mscorlib46
);
101655
var compilation = CreateCompilation(new[] { Tuple2NonNullable, source }, targetFramework: TargetFramework.
Mscorlib46
);
101683
var compilation = CreateCompilation(new[] { Tuple2NonNullable, source }, targetFramework: TargetFramework.
Mscorlib46
);
101712
var compilation = CreateCompilation(source, targetFramework: TargetFramework.
Mscorlib46
);
101745
var compilation = CreateCompilation(new[] { Tuple2NonNullable, TupleRestNonNullable, source }, targetFramework: TargetFramework.
Mscorlib46
);
101791
var compilation = CreateCompilation(new[] { Tuple2NonNullable, TupleRestNonNullable, source }, targetFramework: TargetFramework.
Mscorlib46
);
101841
var compilation = CreateCompilation(new[] { Tuple2NonNullable, source }, targetFramework: TargetFramework.
Mscorlib46
);
101861
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)
880
TargetFramework.
Mscorlib46
,
921
TargetFramework.
Mscorlib46
,
1186
string sourceFileName = "") => CreateCompilation(source, references, options, parseOptions, TargetFramework.
Mscorlib46
, assemblyName, sourceFileName);
Microsoft.CodeAnalysis.Test.Utilities (1)
TargetFrameworkUtil.cs (1)
318
TargetFramework.
Mscorlib46
=> Mscorlib46References,
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (4)
CodeGen\CodeGenTuples.vb (4)
22903
Dim comp7 = CreateCompilation(source2, targetFramework:=TargetFramework.
Mscorlib46
, options:=TestOptions.DebugExe, references:=comp1Ref)
22973
Dim comp7 = CreateCompilation(source2, targetFramework:=TargetFramework.
Mscorlib46
, options:=TestOptions.DebugExe, references:=comp1Ref)
23035
Dim comp7 = CreateCompilation(source2, targetFramework:=TargetFramework.
Mscorlib46
, options:=TestOptions.DebugExe, references:=comp1Ref)
23101
Dim comp7 = CreateCompilation(source2, targetFramework:=TargetFramework.
Mscorlib46
, options:=TestOptions.DebugExe, references:=comp1Ref)