3 writes to Value
dotnet (1)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
1826Value = propertyValue,
dotnet.Tests (2)
CommandTests\Run\RunTelemetryTests.cs (2)
133new CSharpDirective.Property(default) { Name = "TargetFramework", Value = "net8.0" }, 134new 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}> 1830public override string ToString() => $"#:property {Name}={Value}";