1 write to PackageSource
Microsoft.CodeAnalysis.Features (1)
AddImport\AddImportFixData.cs (1)
127PackageSource = packageSource;
2 references to PackageSource
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\UnitTestGenerator\Api\WrappedAddImportFixData.cs (1)
55public string PackageSource => Underlying.PackageSource;
Microsoft.CodeAnalysis.Features (1)
AddImport\CodeActions\ParentInstallPackageCodeAction.cs (1)
93installerService, document, fixData.PackageSource, fixData.PackageName, versionOpt,