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