2 references to PortableExecutableReferenceProjectId
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\UnitTestGenerator\Api\WrappedAddImportFixData.cs (1)
38public ProjectId? PortableExecutableReferenceProjectId => Underlying.PortableExecutableReferenceProjectId;
Microsoft.CodeAnalysis.Features (1)
AddImport\CodeActions\MetadataSymbolReferenceCodeAction.cs (1)
29var projectWithReference = project.Solution.GetRequiredProject(FixData.PortableExecutableReferenceProjectId);