9 references to ShadowLoad
Microsoft.CodeAnalysis.UnitTests (9)
AnalyzerAssemblyLoaderTests.cs (8)
376
if (ExecutionConditionUtil.IsCoreClr || state is AnalyzerTestKind.
ShadowLoad
)
622
var copyCount = state is AnalyzerTestKind.
ShadowLoad
660
var copyCount = state is AnalyzerTestKind.
ShadowLoad
857
if (ExecutionConditionUtil.IsCoreClr || state is AnalyzerTestKind.
ShadowLoad
)
1000
if (ExecutionConditionUtil.IsCoreClr || state is AnalyzerTestKind.
ShadowLoad
)
1464
if (state is AnalyzerTestKind.
ShadowLoad
|| !ExecutionConditionUtil.IsWindows)
1489
if (state is AnalyzerTestKind.
ShadowLoad
|| !ExecutionConditionUtil.IsWindows)
1533
if (state is AnalyzerTestKind.
ShadowLoad
)
InvokeUtil.cs (1)
145
AnalyzerTestKind.
ShadowLoad
=> [.. pathResolvers, new ShadowCopyAnalyzerPathResolver(tempRoot.CreateDirectory().Path)],