1 write to _targetFramework
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
Emit\EditAndContinue\EditAndContinueTest.cs (1)
37
_targetFramework
= targetFramework;
1 reference to _targetFramework
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
Emit\EditAndContinue\EditAndContinueTest.cs (1)
50
var compilation = CSharpTestBase.CreateCompilation(source.Tree, options: _options, targetFramework:
_targetFramework
);