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