12 references to Property
Microsoft.NET.Build.Tests (8)
GivenThatWeManifestSupportedFrameworks.cs (1)
33GetValuesCommand.ValueType.Property);
GivenThatWeWantACustomTFM.cs (1)
47targetFramework, property, GetValuesCommand.ValueType.Property)
GivenThatWeWantToBuildADesktopExe.cs (2)
356"net46", "PlatformTarget", GetValuesCommand.ValueType.Property); 377"net46", "PlatformTarget", GetValuesCommand.ValueType.Property);
GivenThatWeWantToBuildALibrary.cs (1)
1056testProject.TargetFrameworks, propertyName, GetValuesCommand.ValueType.Property)
GivenThatWeWantToSetPropertiesInDirectoryBuildProps.cs (1)
54project.TargetFrameworks, propertyName, GetValuesCommand.ValueType.Property)
GivenThatWeWantToUseAnalyzers.cs (2)
143GetValuesCommand.ValueType.Property); 210GetValuesCommand.ValueType.Property);
Microsoft.NET.TestFramework (3)
Commands\GetValuesCommand.cs (3)
35string valueName, ValueType valueType = ValueType.Property) 45string valueName, ValueType valueType = ValueType.Property, 78if (_valueType == ValueType.Property)
Microsoft.NET.ToolPack.Tests (1)
GivenThatWeWantToPackAToolProject.cs (1)
188GetValuesCommand.ValueType.Property);