1 write to DestinationName
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
PullMemberUp\TestPullMemberUpService.cs (1)
26
DestinationName
= destinationName;
4 references to DestinationName
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (4)
PullMemberUp\TestPullMemberUpService.cs (4)
42
if (
DestinationName
== null)
55
destination = allInterfaces.SingleOrDefault(@interface => @interface.Name ==
DestinationName
);
62
if (i.Name ==
DestinationName
)
72
throw new ArgumentException($"No Matching target base type for {
DestinationName
}");