6 references to EnvironmentVariableReadEventArgs
Microsoft.Build (6)
Definition\ProjectProperty.cs (2)
108
EnvironmentVariableReadEventArgs args =
new
(Name, EvaluatedValueEscapedInternal, string.Empty, 0, 0);
127
EnvironmentVariableReadEventArgs args =
new
(Name, EvaluatedValueEscapedInternal, location.File, location.Line, location.Column);
Evaluation\PropertyTrackingEvaluatorDataWrapper.cs (1)
233
var args = new
EnvironmentVariableReadEventArgs
(
Instance\ProjectPropertyInstance.cs (2)
104
EnvironmentVariableReadEventArgs args =
new
(Name, _escapedValue, string.Empty, 0, 0);
118
EnvironmentVariableReadEventArgs args =
new
(Name, _escapedValue, location.File, location.Line, location.Column);
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
1146
BuildEventArgs e = new
EnvironmentVariableReadEventArgs
(