1 instantiation of Value
Microsoft.Build.Tasks.Core (1)
XamlTaskFactory\TaskParser.cs (1)
337var value = new Value
8 references to Value
Microsoft.Build.Tasks.Core (8)
XamlTaskFactory\CommandLineGenerator.cs (1)
133foreach (Value enumValue in property.Values)
XamlTaskFactory\Property.cs (2)
168public List<Value> Values { get; } = new List<Value>();
XamlTaskFactory\TaskGenerator.cs (2)
834foreach (Value val in property.Values) 951foreach (Value val in property.Values)
XamlTaskFactory\TaskParser.cs (3)
269List<Value> values = property.Values; 272foreach (Value value in values) 337var value = new Value