6 references to _allInputFilePaths
crossgen2 (6)
Program.cs (6)
179_allInputFilePaths.Add(inputFile.Key, inputFile.Value); 198if (!_allInputFilePaths.ContainsKey(unrootedInputFile.Key)) 200_allInputFilePaths.Add(unrootedInputFile.Key, unrootedInputFile.Value); 215CheckManagedCppInputFiles(_allInputFilePaths.Values); 217_typeSystemContext.InputFilePaths = _allInputFilePaths; 636typeSystemContext, compilationGroup, _allInputFilePaths.Values, compositeRootPath);