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