5 writes to _resgenPath
Microsoft.Build.Tasks.Core (5)
GenerateResource.cs (5)
1059_resgenPath = null; 1070_resgenPath = ToolLocationHelper.GetPathToDotNetFrameworkSdkFile("resgen.exe", version); 1081_resgenPath = SdkToolsPathUtility.GeneratePathToTool( 1093_resgenPath = String.Empty; 1102_resgenPath = Path.GetDirectoryName(_resgenPath);
8 references to _resgenPath
Microsoft.Build.Tasks.Core (8)
GenerateResource.cs (8)
570commandLineBuilder.AppendFileNameIfNotNull(Path.Combine(_resgenPath, "resgen.exe")); 1072if (_resgenPath == null && ExecuteAsTool) 1090if (_resgenPath == null && !ExecuteAsTool) 1100if (_resgenPath != null) 1102_resgenPath = Path.GetDirectoryName(_resgenPath); 1105return _resgenPath != null; 1155if (!_resgenPath.Equals(Path.GetDirectoryName(NativeMethodsShared.GetLongFilePath(ToolLocationHelper.GetPathToDotNetFrameworkSdkFile("resgen.exe", TargetDotNetFrameworkVersion.Version35))), StringComparison.OrdinalIgnoreCase)) 1308resGen.SdkToolsPath = _resgenPath;