3 references to GenerateThrowStatement
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
EventHookup\EventHookupCommandHandler_TabKeyCommand.cs (1)
290CodeGenerationHelpers.GenerateThrowStatement(syntaxFactory, semanticDocument, "System.NotImplementedException")));
Microsoft.CodeAnalysis.Features (2)
GenerateMember\GenerateParameterizedMember\AbstractGenerateParameterizedMemberService.SignatureInfo.cs (1)
196var throwStatement = CodeGenerationHelpers.GenerateThrowStatement(factory, Document, "System.NotImplementedException");
GenerateMember\GenerateVariable\AbstractGenerateVariableService.CodeAction.cs (1)
116var throwStatement = CodeGenerationHelpers.GenerateThrowStatement(