1 write to Input
dotnet (1)
Commands\New\MSBuildEvaluation\CapabilityExpressionEvaluator.cs (1)
184Input = input;
8 references to Input
dotnet (8)
Commands\New\MSBuildEvaluation\CapabilityExpressionEvaluator.cs (8)
155throw Tokenizer.CreateInvalidExpressionException(_tokenizer.Input.Length); 213while (Position < Input.Length && char.IsWhiteSpace(Input[Position])) 218if (Position == Input.Length) 223switch (Input[Position]) 227while (Position < Input.Length && IsSymbolCharacter(Input[Position])) 232return Input.Substring(begin, end - begin);