3 references to RuntimeEnvironmentVariable
dotnet (2)
Commands\Run\EnvironmentVariablesToMSBuild.cs (2)
30
projectInstance.AddItem(Constants.
RuntimeEnvironmentVariable
, name, new Dictionary<string, string>
138
writer.WriteStartElement(Constants.
RuntimeEnvironmentVariable
);
Microsoft.DotNet.Cli.Utils (1)
Constants.cs (1)
37
internal const string RuntimeEnvironmentVariable = nameof(
RuntimeEnvironmentVariable
);