1 write to Underlying
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\UnitTestGenerator\Api\WrappedAddImportFixData.cs (1)
64Underlying = underlying;
13 references to Underlying
Microsoft.CodeAnalysis.EditorFeatures (13)
ExternalAccess\UnitTestGenerator\Api\WrappedAddImportFixData.cs (13)
15public WrappedAddImportFixKind Kind => Underlying.Kind switch 21_ => throw ExceptionUtilities.UnexpectedValue(Underlying.Kind), 24public ImmutableArray<TextChange> TextChanges => Underlying.TextChanges; 26public string Title => Underlying.Title; 28public ImmutableArray<string> Tags => Underlying.Tags; 32public ProjectId ProjectReferenceToAdd => Underlying.ProjectReferenceToAdd; 38public ProjectId PortableExecutableReferenceProjectId => Underlying.PortableExecutableReferenceProjectId; 40public string PortableExecutableReferenceFilePathToAdd => Underlying.PortableExecutableReferenceFilePathToAdd; 46public string AssemblyReferenceAssemblyName => Underlying.AssemblyReferenceAssemblyName; 48public string AssemblyReferenceFullyQualifiedTypeName => Underlying.AssemblyReferenceFullyQualifiedTypeName; 54public string PackageSource => Underlying.PackageSource; 56public string PackageName => Underlying.PackageName; 58public string PackageVersionOpt => Underlying.PackageVersionOpt;