2 references to RuntimeIdentifierGraphPath
Microsoft.Build (1)
Instance\TaskFactories\AssemblyTaskFactory.cs (1)
659
string ridGraphPath = getProperty(Constants.
RuntimeIdentifierGraphPath
)?.EvaluatedValue;
Microsoft.Build.Framework (1)
Constants.cs (1)
21
internal const string RuntimeIdentifierGraphPath = nameof(
RuntimeIdentifierGraphPath
);