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