6 references to _allInputFilePaths
crossgen2 (6)
Program.cs (6)
185_allInputFilePaths.Add(inputFile.Key, inputFile.Value); 204if (!_allInputFilePaths.ContainsKey(unrootedInputFile.Key)) 206_allInputFilePaths.Add(unrootedInputFile.Key, unrootedInputFile.Value); 221CheckManagedCppInputFiles(_allInputFilePaths.Values); 223_typeSystemContext.InputFilePaths = _allInputFilePaths; 643typeSystemContext, compilationGroup, _allInputFilePaths.Values, compositeRootPath);