1 implementation of IInternalRuntimeEnvironment
Microsoft.CodeAnalysis.Test.Utilities (1)
Platform\Desktop\DesktopRuntimeEnvironment.cs (1)
32public 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)
398CompilationTestData IInternalRuntimeEnvironment.GetCompilationTestData()