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