1 write to Location
Microsoft.CodeAnalysis.Features (1)
ImplementInterface\AbstractImplementInterfaceService.State.cs (1)
37Location = interfaceNode;
1 reference to Location
Microsoft.CodeAnalysis.Features (1)
ImplementInterface\AbstractImplementInterfaceService.CodeAction.cs (1)
330var addUnsafe = member.RequiresUnsafeModifier() && !syntaxFacts.IsUnsafeContext(State.Location);