3 writes to Value
dotnet (1)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
1826
Value
= propertyValue,
dotnet.Tests (2)
CommandTests\Run\RunTelemetryTests.cs (2)
133
new CSharpDirective.Property(default) { Name = "TargetFramework",
Value
= "net8.0" },
134
new CSharpDirective.Property(default) { Name = "Nullable",
Value
= "enable" }
2 references to Value
dotnet (2)
Commands\Run\VirtualProjectBuildingCommand.cs (2)
1272
<{property.Name}>{EscapeValue(property.
Value
)}</{property.Name}>
1830
public override string ToString() => $"#:property {Name}={
Value
}";