11 references to WithIsAbstract
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
AbstractMakeTypeAbstractCodeFixProvider.cs (1)
40
(currentTypeDeclaration, generator) => generator.WithModifiers(currentTypeDeclaration, generator.GetModifiers(currentTypeDeclaration).
WithIsAbstract
(true)));
Microsoft.CodeAnalysis.CSharp.Features (2)
Completion\CompletionProviders\DeclarationName\DeclarationNameInfo.cs (1)
569
declarationModifiers = declarationModifiers.
WithIsAbstract
(true);
Completion\CompletionProviders\OverrideCompletionProvider.cs (1)
125
modifiers = modifiers.
WithIsAbstract
(true);
Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests (1)
CodeGeneration\SyntaxGeneratorTests.cs (1)
3025
var fileAbstractClass = Generator.WithModifiers(fileClass, Generator.GetModifiers(fileClass).
WithIsAbstract
(true));
Microsoft.CodeAnalysis.Features (4)
AbstractMakeTypeAbstractCodeFixProvider.cs (1)
40
(currentTypeDeclaration, generator) => generator.WithModifiers(currentTypeDeclaration, generator.GetModifiers(currentTypeDeclaration).
WithIsAbstract
(true)));
ImplementInterface\AbstractImplementInterfaceService.DisposePatternCodeAction.cs (1)
311
modifiers = modifiers.
WithIsAbstract
(false);
PullMemberUp\MembersPuller.cs (2)
366
var modifiers = DeclarationModifiers.From(result.Destination).
WithIsAbstract
(true);
461
var modifier = DeclarationModifiers.From(member).
WithIsAbstract
(true);
Microsoft.CodeAnalysis.Workspaces (3)
CodeGenerationSymbolFactory.cs (1)
368
accessor.GetSymbolModifiers().
WithIsAbstract
(statements == null),
Shared\Extensions\SyntaxGeneratorExtensions.cs (1)
499
.
WithIsAbstract
(false)
SymbolSpecification.cs (1)
143
result = result.
WithIsAbstract
(true);