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)
74
if (
_options
.ConfigurationOption != null || globalProperties is not null && globalProperties.ContainsKey(MSBuildPropertyNames.CONFIGURATION))
289
if (
_options
.FrameworkOption != null)
291
return new(new Dictionary<string, string>() { [MSBuildPropertyNames.TARGET_FRAMEWORK] =
_options
.FrameworkOption });
295
if (
_options
.FrameworkOption is null)
303
newDictionary[MSBuildPropertyNames.TARGET_FRAMEWORK] =
_options
.FrameworkOption;