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