3 references to GetStringListPropertyValue
Microsoft.DotNet.HotReload.Watch (3)
Build\EvaluationResult.cs (1)
271targets.AddRange(projectInstance.GetStringListPropertyValue(PropertyNames.CustomCollectWatchItems));
Build\ProjectGraphUtilities.cs (2)
26=> project.GetStringListPropertyValue(PropertyNames.TargetFrameworks); 84=> projectNode.ProjectInstance.GetStringListPropertyValue(propertyName);