8 references to CreateCompilationWithMscorlib40AndSystemCore
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Attributes\AttributeTests_Experimental.cs (1)
261
var comp =
CreateCompilationWithMscorlib40AndSystemCore
(new[] { DeprecatedAttributeSource, ExperimentalAttributeSource, source }, parseOptions: TestOptions.Regular9);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (7)
Semantics\NullableReferenceTypesTests.cs (7)
55982
var comp =
CreateCompilationWithMscorlib40AndSystemCore
(new[] { source }, options: WithNullableEnable());
63842
var comp =
CreateCompilationWithMscorlib40AndSystemCore
(new[] { source }, options: WithNullableEnable());
63867
var comp =
CreateCompilationWithMscorlib40AndSystemCore
(new[] { source }, options: WithNullableEnable());
64653
var comp =
CreateCompilationWithMscorlib40AndSystemCore
(new[] { source }, options: WithNullableEnable());
64711
var comp =
CreateCompilationWithMscorlib40AndSystemCore
(new[] { source }, options: WithNullableEnable());
77724
var comp =
CreateCompilationWithMscorlib40AndSystemCore
(new[] { source }, parseOptions: TestOptions.Script.WithLanguageVersion(LanguageVersion.CSharp8));
79695
var comp =
CreateCompilationWithMscorlib40AndSystemCore
(new[] { source }, options: WithNullableEnable());