9 references to ShadowLoad
Microsoft.CodeAnalysis.UnitTests (9)
AnalyzerAssemblyLoaderTests.cs (8)
374
if (ExecutionConditionUtil.IsCoreClr || state is AnalyzerTestKind.
ShadowLoad
)
620
var copyCount = state is AnalyzerTestKind.
ShadowLoad
658
var copyCount = state is AnalyzerTestKind.
ShadowLoad
855
if (ExecutionConditionUtil.IsCoreClr || state is AnalyzerTestKind.
ShadowLoad
)
998
if (ExecutionConditionUtil.IsCoreClr || state is AnalyzerTestKind.
ShadowLoad
)
1462
if (state is AnalyzerTestKind.
ShadowLoad
|| !ExecutionConditionUtil.IsWindows)
1487
if (state is AnalyzerTestKind.
ShadowLoad
|| !ExecutionConditionUtil.IsWindows)
1531
if (state is AnalyzerTestKind.
ShadowLoad
)
InvokeUtil.cs (1)
145
AnalyzerTestKind.
ShadowLoad
=> [.. pathResolvers, new ShadowCopyAnalyzerPathResolver(tempRoot.CreateDirectory().Path)],