2 references to BaseDirectory
Microsoft.CodeAnalysis.UnitTests (2)
AnalyzerAssemblyLoaderTests.cs (1)
348Assert.All(assemblies, x => x.Location.StartsWith(shadowLoader.BaseDirectory, StringComparison.Ordinal));
InvokeUtil.cs (1)
72testOutputHelper.WriteLine($"Shadow loader: {shadowLoader.BaseDirectory}");