1 write to _options
dotnet (1)
ReleasePropertyProjectLocator.cs (1)
52=> (_parseResult, _propertyToCheck, _options, _slnOrProjectArgs) = (parseResult, propertyToCheck, commandOptions, commandOptions.SlnOrProjectArgs);
5 references to _options
dotnet (5)
ReleasePropertyProjectLocator.cs (5)
74if (_options.ConfigurationOption != null || globalProperties is not null && globalProperties.ContainsKey(MSBuildPropertyNames.CONFIGURATION)) 289if (_options.FrameworkOption != null) 291return new(new Dictionary<string, string>() { [MSBuildPropertyNames.TARGET_FRAMEWORK] = _options.FrameworkOption }); 295if (_options.FrameworkOption is null) 303newDictionary[MSBuildPropertyNames.TARGET_FRAMEWORK] = _options.FrameworkOption;