2 instantiations of Property
Microsoft.Build.Tasks.Core (2)
XamlTaskFactory\Property.cs (1)
202
var cloned = new
Property
XamlTaskFactory\TaskParser.cs (1)
428
parameter = new
Property
();
53 references to Property
Microsoft.Build.Tasks.Core (43)
XamlTaskFactory\CommandLineGenerator.cs (1)
56
foreach (
Property
property in parser.Properties)
XamlTaskFactory\Property.cs (4)
163
public LinkedList<
Property
> DependentArgumentProperties { get; } = new LinkedList<
Property
>();
200
public
Property
Clone()
202
var
cloned = new Property
XamlTaskFactory\RelationsParser.cs (4)
151
public LinkedList<
Property
> Properties { get; } = new LinkedList<
Property
>();
156
public LinkedList<
Property
> DefaultSet { get; } = new LinkedList<
Property
>();
XamlTaskFactory\TaskGenerator.cs (16)
338
internal void RemovePropertiesWithIgnoredTypes(LinkedList<
Property
> propertyList)
340
var propertyToIgnoreList = new LinkedList<
Property
>();
341
foreach (
Property
property in propertyList)
352
foreach (
Property
property in propertyToIgnoreList)
422
foreach (
Property
property in _taskParser.DefaultSet)
478
private void GenerateProperties(CodeTypeDeclaration taskClass, LinkedList<
Property
> propertyList)
480
foreach (
Property
property in propertyList)
543
foreach (
Property
dependentProperty in property.DependentArgumentProperties)
610
private void GenerateCommon(
Property
property, CodeMemberProperty propertyName, string type, Type returnType, string valueName)
691
private void GenerateITaskItemArray(
Property
property, CodeMemberProperty propertyName)
713
private void GenerateIntegers(
Property
property, CodeMemberProperty propertyName)
759
private void GenerateBooleans(
Property
property, CodeMemberProperty propertyName)
778
private void GenerateStrings(
Property
property, CodeMemberProperty propertyName)
896
private bool ContainsCurrentPlatform(
Property
property)
960
private void GenerateOverrides(
Property
property, CodeMemberProperty propertyName)
1002
private void GenerateStringArrays(
Property
property, CodeMemberProperty propertyName)
XamlTaskFactory\TaskParser.cs (18)
64
public LinkedList<
Property
> Properties { get; } = new LinkedList<
Property
>();
69
public LinkedList<
Property
> DefaultSet { get; } = new LinkedList<
Property
>();
241
var argumentDependencyLookup = new Dictionary<string,
Property
>(StringComparer.OrdinalIgnoreCase);
255
foreach (
Property
property in Properties)
263
if (argumentDependencyLookup.TryGetValue(argument.Parameter, out
Property
argumentProperty))
278
if (argumentDependencyLookup.TryGetValue(argument.Parameter, out
Property
argumentProperty))
293
private bool ParseParameterGroupOrParameter(XamlTypes.BaseProperty baseProperty, LinkedList<
Property
> propertyList,
Property
property, Dictionary<string,
Property
> argumentDependencyLookup)
307
private bool ParseParameter(XamlTypes.BaseProperty baseProperty, LinkedList<
Property
> propertyList,
Property
property, Dictionary<string,
Property
> argumentDependencyLookup)
309
Property
propertyToAdd = ObtainAttributes(baseProperty, property);
419
private static
Property
ObtainAttributes(XamlTypes.BaseProperty baseProperty,
Property
parameterGroup)
421
Property
parameter;
Microsoft.Build.Tasks.UnitTests (10)
XamlTaskFactory_Tests.cs (10)
177
LinkedList<
Property
> properties = tp.Properties;
228
LinkedList<
Property
> properties = tp.Properties;
253
LinkedList<
Property
> properties = tp.Properties;
282
LinkedList<
Property
> properties = tp.Properties;
305
LinkedList<
Property
> properties = tp.Properties;
326
LinkedList<
Property
> properties = tp.Properties;
350
LinkedList<
Property
> properties = tp.Properties;
379
LinkedList<
Property
> properties = tp.Properties;
406
LinkedList<
Property
> properties = tp.Properties;
433
LinkedList<
Property
> properties = tp.Properties;