1 instantiation of Value
Microsoft.Build.Tasks.Core (1)
XamlTaskFactory\TaskParser.cs (1)
338var value = new Value
8 references to Value
Microsoft.Build.Tasks.Core (8)
XamlTaskFactory\CommandLineGenerator.cs (1)
138foreach (Value enumValue in property.Values)
XamlTaskFactory\Property.cs (2)
168public List<Value> Values { get; } = new List<Value>();
XamlTaskFactory\TaskGenerator.cs (2)
789foreach (Value val in property.Values) 906foreach (Value val in property.Values)
XamlTaskFactory\TaskParser.cs (3)
270List<Value> values = property.Values; 273foreach (Value value in values) 338var value = new Value