9 references to CreateCompilationWithMscorlib40AndSystemCore
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Attributes\AttributeTests_Experimental.cs (1)
261
var comp =
CreateCompilationWithMscorlib40AndSystemCore
(new[] { DeprecatedAttributeSource, ExperimentalAttributeSource, source }, parseOptions: TestOptions.Regular9);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (8)
Semantics\NullableReferenceTypesTests.cs (8)
58408
var comp =
CreateCompilationWithMscorlib40AndSystemCore
(new[] { source }, options: WithNullableEnable());
67234
var comp =
CreateCompilationWithMscorlib40AndSystemCore
(new[] { source }, options: WithNullableEnable());
67259
var comp =
CreateCompilationWithMscorlib40AndSystemCore
(new[] { source }, options: WithNullableEnable());
68045
var comp =
CreateCompilationWithMscorlib40AndSystemCore
(new[] { source }, options: WithNullableEnable());
68103
var comp =
CreateCompilationWithMscorlib40AndSystemCore
(new[] { source }, options: WithNullableEnable());
68128
var comp =
CreateCompilationWithMscorlib40AndSystemCore
(new[] { source }, options: WithNullableEnable());
81371
var comp =
CreateCompilationWithMscorlib40AndSystemCore
(new[] { source }, parseOptions: TestOptions.Script.WithLanguageVersion(LanguageVersion.CSharp8));
83342
var comp =
CreateCompilationWithMscorlib40AndSystemCore
(new[] { source }, options: WithNullableEnable());