2 references to DirectoryPath
System (2)
compmod\system\codedom\compiler\RedistVersionInfo.cs (2)
48
bool directoryPathPresent = provOptions.TryGetValue(
DirectoryPath
, out directoryPath);
54
throw new InvalidOperationException(SR.GetString(SR.Cannot_Specify_Both_Compiler_Path_And_Version,
DirectoryPath
, NameTag));