16 references to Mscorlib45AndCSharp
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (14)
Semantics\InterpolationTests.cs (7)
13815
var comp = CreateCompilation(new[] { code, handler, InterpolatedStringHandlerArgumentAttribute, InterpolatedStringHandlerAttribute }, targetFramework: TargetFramework.
Mscorlib45AndCSharp
);
13860
var comp = CreateCompilation(new[] { code, InterpolatedStringHandlerAttribute }, targetFramework: TargetFramework.
Mscorlib45AndCSharp
);
13905
var comp = CreateCompilation(new[] { code, InterpolatedStringHandlerAttribute }, targetFramework: TargetFramework.
Mscorlib45AndCSharp
);
13948
var comp = CreateCompilation(new[] { code, InterpolatedStringHandlerAttribute }, targetFramework: TargetFramework.
Mscorlib45AndCSharp
);
13997
var comp = CreateCompilation(new[] { code, InterpolatedStringHandlerAttribute }, targetFramework: TargetFramework.
Mscorlib45AndCSharp
);
14053
var comp = CreateCompilation(new[] { code, InterpolatedStringHandlerAttribute }, targetFramework: TargetFramework.
Mscorlib45AndCSharp
);
14146
var comp = CreateCompilation(new[] { code, InterpolatedStringHandlerAttribute }, targetFramework: TargetFramework.
Mscorlib45AndCSharp
);
Semantics\RawInterpolationTests_Handler.cs (7)
10536
var comp = CreateCompilation(new[] { code, handler, InterpolatedStringHandlerArgumentAttribute, InterpolatedStringHandlerAttribute }, targetFramework: TargetFramework.
Mscorlib45AndCSharp
);
10587
var comp = CreateCompilation(new[] { code, InterpolatedStringHandlerAttribute }, targetFramework: TargetFramework.
Mscorlib45AndCSharp
);
10638
var comp = CreateCompilation(new[] { code, InterpolatedStringHandlerAttribute }, targetFramework: TargetFramework.
Mscorlib45AndCSharp
);
10683
var comp = CreateCompilation(new[] { code, InterpolatedStringHandlerAttribute }, targetFramework: TargetFramework.
Mscorlib45AndCSharp
);
10734
var comp = CreateCompilation(new[] { code, InterpolatedStringHandlerAttribute }, targetFramework: TargetFramework.
Mscorlib45AndCSharp
);
10790
var comp = CreateCompilation(new[] { code, InterpolatedStringHandlerAttribute }, targetFramework: TargetFramework.
Mscorlib45AndCSharp
);
10883
var comp = CreateCompilation(new[] { code, InterpolatedStringHandlerAttribute }, targetFramework: TargetFramework.
Mscorlib45AndCSharp
);
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
CSharpTestBase.cs (1)
1114
string sourceFileName = "") => CreateCompilation(source, references, options, parseOptions, TargetFramework.
Mscorlib45AndCSharp
, assemblyName, sourceFileName);
Microsoft.CodeAnalysis.Test.Utilities (1)
TargetFrameworkUtil.cs (1)
220
TargetFramework.
Mscorlib45AndCSharp
=> Mscorlib45AndCSharpReferences,