2 references to RuntimeIdentifierGraphPath
Microsoft.Build (2)
Instance\TaskFactories\AssemblyTaskFactory.cs (1)
653string msBuildAssemblyDirectoryPath = Path.GetDirectoryName(getProperty(Constants.RuntimeIdentifierGraphPath)?.EvaluatedValue) ?? string.Empty;
Resources\Constants.cs (1)
121internal const string RuntimeIdentifierGraphPath = nameof(RuntimeIdentifierGraphPath);