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)
33var msbuildProj = MsbuildProject.FromFileOrDirectory(new ProjectCollection(), _fileOrDirectory, false); 37Reporter.Output.WriteLine(string.Format(CliStrings.NoReferencesFound, CliStrings.P2P, _fileOrDirectory));