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