1 write to _propertyToCheck
dotnet (1)
ReleasePropertyProjectLocator.cs (1)
52=> (_parseResult, _propertyToCheck, _options, _slnOrProjectArgs) = (parseResult, propertyToCheck, commandOptions, commandOptions.SlnOrProjectArgs);
6 references to _propertyToCheck
dotnet (6)
ReleasePropertyProjectLocator.cs (6)
62Debug.Assert(_propertyToCheck == MSBuildPropertyNames.PUBLISH_RELEASE || _propertyToCheck == MSBuildPropertyNames.PACK_RELEASE, "Only PackRelease or PublishRelease are currently expected."); 83string propertyToCheckValue = project.GetPropertyValue(_propertyToCheck); 95newConfigurationArgs[$"_SolutionLevel{_propertyToCheck}"] = propertyToCheckValue; 190string pReleasePropertyValue = projectData.GetPropertyValue(_propertyToCheck); 207throw new GracefulException(Strings.SolutionProjectConfigurationsConflict, _propertyToCheck, string.Join("\n", (configuredProjects).Select(x => x.FullPath)));