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)
58451
var comp =
CreateCompilationWithMscorlib40AndSystemCore
(new[] { source }, options: WithNullableEnable());
67277
var comp =
CreateCompilationWithMscorlib40AndSystemCore
(new[] { source }, options: WithNullableEnable());
67302
var comp =
CreateCompilationWithMscorlib40AndSystemCore
(new[] { source }, options: WithNullableEnable());
68111
var comp =
CreateCompilationWithMscorlib40AndSystemCore
(new[] { source }, options: WithNullableEnable());
68169
var comp =
CreateCompilationWithMscorlib40AndSystemCore
(new[] { source }, options: WithNullableEnable());
68194
var comp =
CreateCompilationWithMscorlib40AndSystemCore
(new[] { source }, options: WithNullableEnable());
81435
var comp =
CreateCompilationWithMscorlib40AndSystemCore
(new[] { source }, parseOptions: TestOptions.Script.WithLanguageVersion(LanguageVersion.CSharp8));
83406
var comp =
CreateCompilationWithMscorlib40AndSystemCore
(new[] { source }, options: WithNullableEnable());