1 write to Underlying
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\UnitTestGenerator\Api\WrappedAddImportFixData.cs (1)
65Underlying = underlying;
14 references to Underlying
Microsoft.CodeAnalysis.EditorFeatures (14)
ExternalAccess\UnitTestGenerator\Api\UnitTestGeneratorAddMissingImportsFeatureServiceAccessor.cs (1)
52var unwrappedResult = new AddMissingImportsAnalysisResult(analysisResult.AddImportFixDatas.SelectAsArray(result => result.Underlying));
ExternalAccess\UnitTestGenerator\Api\WrappedAddImportFixData.cs (13)
16public WrappedAddImportFixKind Kind => Underlying.Kind switch 22_ => throw ExceptionUtilities.UnexpectedValue(Underlying.Kind), 25public ImmutableArray<TextChange> TextChanges => Underlying.TextChanges; 27public string Title => Underlying.Title; 29public ImmutableArray<string> Tags => Underlying.Tags; 33public ProjectId ProjectReferenceToAdd => Underlying.ProjectReferenceToAdd; 39public ProjectId PortableExecutableReferenceProjectId => Underlying.PortableExecutableReferenceProjectId; 41public string PortableExecutableReferenceFilePathToAdd => Underlying.PortableExecutableReferenceFilePathToAdd; 47public string AssemblyReferenceAssemblyName => Underlying.AssemblyReferenceAssemblyName; 49public string AssemblyReferenceFullyQualifiedTypeName => Underlying.AssemblyReferenceFullyQualifiedTypeName; 55public string PackageSource => Underlying.PackageSource; 57public string PackageName => Underlying.PackageName; 59public string PackageVersionOpt => Underlying.PackageVersionOpt;