20 references to Mscorlib461AndCSharp
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (3)
OverloadResolutionPriorityTests.cs (3)
1825
CompileAndVerify([executable, source, OverloadResolutionPriorityAttributeDefinition], targetFramework: TargetFramework.
Mscorlib461AndCSharp
, expectedOutput: "1234").VerifyDiagnostics();
1827
var comp = CreateCompilation([source, OverloadResolutionPriorityAttributeDefinition], targetFramework: TargetFramework.
Mscorlib461AndCSharp
);
1828
CompileAndVerify(executable, references: new[] { AsReference(comp, useMetadataReference) }, targetFramework: TargetFramework.
Mscorlib461AndCSharp
, expectedOutput: "1234").VerifyDiagnostics();
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (15)
Semantics\InterpolationTests.cs (8)
14113
var comp = CreateCompilation(new[] { code, handler, InterpolatedStringHandlerArgumentAttribute, InterpolatedStringHandlerAttribute }, targetFramework: TargetFramework.
Mscorlib461AndCSharp
);
14158
var comp = CreateCompilation(new[] { code, InterpolatedStringHandlerAttribute }, targetFramework: TargetFramework.
Mscorlib461AndCSharp
);
14203
var comp = CreateCompilation(new[] { code, InterpolatedStringHandlerAttribute }, targetFramework: TargetFramework.
Mscorlib461AndCSharp
);
14246
var comp = CreateCompilation(new[] { code, InterpolatedStringHandlerAttribute }, targetFramework: TargetFramework.
Mscorlib461AndCSharp
);
14295
var comp = CreateCompilation(new[] { code, InterpolatedStringHandlerAttribute }, targetFramework: TargetFramework.
Mscorlib461AndCSharp
);
14351
var comp = CreateCompilation(new[] { code, InterpolatedStringHandlerAttribute }, targetFramework: TargetFramework.
Mscorlib461AndCSharp
);
14447
var comp = CreateCompilation(new[] { code, InterpolatedStringHandlerAttribute }, targetFramework: TargetFramework.
Mscorlib461AndCSharp
);
14546
var comp = CreateCompilation(new[] { code, InterpolatedStringHandlerAttribute }, targetFramework: TargetFramework.
Mscorlib461AndCSharp
);
Semantics\RawInterpolationTests_Handler.cs (7)
10553
var comp = CreateCompilation(new[] { code, handler, InterpolatedStringHandlerArgumentAttribute, InterpolatedStringHandlerAttribute }, targetFramework: TargetFramework.
Mscorlib461AndCSharp
);
10604
var comp = CreateCompilation(new[] { code, InterpolatedStringHandlerAttribute }, targetFramework: TargetFramework.
Mscorlib461AndCSharp
);
10655
var comp = CreateCompilation(new[] { code, InterpolatedStringHandlerAttribute }, targetFramework: TargetFramework.
Mscorlib461AndCSharp
);
10700
var comp = CreateCompilation(new[] { code, InterpolatedStringHandlerAttribute }, targetFramework: TargetFramework.
Mscorlib461AndCSharp
);
10751
var comp = CreateCompilation(new[] { code, InterpolatedStringHandlerAttribute }, targetFramework: TargetFramework.
Mscorlib461AndCSharp
);
10812
var comp = CreateCompilation(new[] { code, InterpolatedStringHandlerAttribute }, targetFramework: TargetFramework.
Mscorlib461AndCSharp
);
10911
var comp = CreateCompilation(new[] { code, InterpolatedStringHandlerAttribute }, targetFramework: TargetFramework.
Mscorlib461AndCSharp
);
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
CSharpTestBase.cs (1)
1705
string sourceFileName = "") => CreateCompilation(source, references, options, parseOptions, TargetFramework.
Mscorlib461AndCSharp
, assemblyName, sourceFileName);
Microsoft.CodeAnalysis.Test.Utilities (1)
TargetFrameworkUtil.cs (1)
324
TargetFramework.
Mscorlib461AndCSharp
=> Mscorlib461AndCSharpReferences,