1 implementation of IInternalRuntimeEnvironment
Microsoft.CodeAnalysis.Test.Utilities (1)
Platform\Desktop\DesktopRuntimeEnvironment.cs (1)
32
public sealed class DesktopRuntimeEnvironment : IDisposable, IRuntimeEnvironment,
IInternalRuntimeEnvironment
2 references to IInternalRuntimeEnvironment
Microsoft.CodeAnalysis.Test.Utilities (2)
CompilationVerifier.cs (1)
496
_testData = ((
IInternalRuntimeEnvironment
)testEnvironment).GetCompilationTestData();
Platform\Desktop\DesktopRuntimeEnvironment.cs (1)
398
CompilationTestData
IInternalRuntimeEnvironment
.GetCompilationTestData()