1 write to _fileOrDirectory
dotnet (1)
Commands\Reference\List\ReferenceListCommand.cs (1)
25
_fileOrDirectory
= parseResult.HasOption(ReferenceCommandParser.ProjectOption) ?
2 references to _fileOrDirectory
dotnet (2)
Commands\Reference\List\ReferenceListCommand.cs (2)
33
var msbuildProj = MsbuildProject.FromFileOrDirectory(new ProjectCollection(),
_fileOrDirectory
, false);
37
Reporter.Output.WriteLine(string.Format(CliStrings.NoReferencesFound, CliStrings.P2P,
_fileOrDirectory
));