1 instantiation of TestExecutionLoadContext
Microsoft.CodeAnalysis.Test.Utilities (1)
Platform\CoreClr\CoreCLRRuntimeEnvironment.cs (1)
145
LoadContext = new
TestExecutionLoadContext
(dependencies);
2 references to TestExecutionLoadContext
Microsoft.CodeAnalysis.Test.Utilities (2)
Platform\CoreClr\CoreCLRRuntimeEnvironment.cs (2)
137
internal
TestExecutionLoadContext
LoadContext { get; }
153
internal
TestExecutionLoadContext
LoadContext => RuntimeData?.LoadContext;