3 references to GetPropertyFromSourceFile
dotnet (1)
Commands\Run\RunCommand.cs (1)
376
var value = VirtualProjectBuilder.
GetPropertyFromSourceFile
(sourceFilePath, "TargetFrameworks");
Microsoft.DotNet.HotReload.Watch (2)
HotReload\HotReloadDotNetWatcher.cs (2)
1009
if (VirtualProjectBuilder.
GetPropertyFromSourceFile
(sourcePath, PropertyNames.TargetFramework) is { } framework and not "")
1013
else if (VirtualProjectBuilder.
GetPropertyFromSourceFile
(sourcePath, PropertyNames.TargetFrameworks) is { } frameworks and not "")