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