1 write to InterfaceTypes
Microsoft.CodeAnalysis.Features (1)
ImplementInterface\AbstractImplementInterfaceService.State.cs (1)
40
InterfaceTypes
= interfaceTypes;
3 references to InterfaceTypes
Microsoft.CodeAnalysis.Features (3)
ImplementInterface\AbstractImplementInterfaceService.CodeAction.cs (1)
143
var interfaceType = state.
InterfaceTypes
.First();
ImplementInterface\AbstractImplementInterfaceService.cs (2)
165
.Where(f => f.Type.GetAllInterfacesIncludingThis().Contains(state.
InterfaceTypes
.First()))
173
.Where(p => p.Type.GetAllInterfacesIncludingThis().Contains(state.
InterfaceTypes
.First()))