1 write to _nullableToolsShimPath
dotnet-suggest (1)
GlobalToolsSuggestionRegistration.cs (1)
24
_nullableToolsShimPath
= directory != null
5 references to _nullableToolsShimPath
dotnet-suggest (5)
GlobalToolsSuggestionRegistration.cs (5)
29
= filesNameWithoutExtensionUnderDotnetProfileTools ?? FileEnumerator.EnumerateFilesWithoutExtension(new DirectoryInfo(
_nullableToolsShimPath
));
38
if (
_nullableToolsShimPath
== null)
44
new Registration(Path.Combine(
_nullableToolsShimPath
, p)));
54
if (
_nullableToolsShimPath
== null)
59
if (!soughtExecutable.FullName.StartsWith(
_nullableToolsShimPath
))