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