3 references to PathMapping
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (3)
CompilerInvocation.cs (3)
142
foreach (
var
potentialPathMapping in invocationInfo.PathMappings)
185
public List<
PathMapping
> PathMappings { get; set; } = new List<
PathMapping
>();