3 references to GenerateThrowStatement
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
EventHookup\EventHookupCommandHandler_TabKeyCommand.cs (1)
344
statements: [CodeGenerationHelpers.
GenerateThrowStatement
(syntaxFactory, semanticDocument, "System.NotImplementedException")!]);
Microsoft.CodeAnalysis.Features (2)
src\Analyzers\Core\CodeFixes\GenerateParameterizedMember\AbstractGenerateParameterizedMemberService.SignatureInfo.cs (1)
193
var throwStatement = CodeGenerationHelpers.
GenerateThrowStatement
(factory, Document, "System.NotImplementedException");
src\Analyzers\Core\CodeFixes\GenerateVariable\AbstractGenerateVariableService.CodeAction.cs (1)
112
var throwStatement = CodeGenerationHelpers.
GenerateThrowStatement
(