182 references to PartialKeyword
Microsoft.AspNetCore.App.Analyzers (1)
Microsoft.AspNetCore.SignalR.Client.SourceGenerator (2)
Microsoft.CodeAnalysis.CSharp (17)
Microsoft.CodeAnalysis.CSharp.CodeStyle (10)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (5)
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
Microsoft.CodeAnalysis.CSharp.Features (16)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (80)
Microsoft.CodeAnalysis.CSharp.Workspaces (24)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (11)
214if (typeDeclaration.Modifiers.Any(SyntaxKind.PartialKeyword) &&
233typeDeclaration.Modifiers.Any(SyntaxKind.PartialKeyword),
263enumDeclaration.Modifiers.Any(SyntaxKind.PartialKeyword),
291ctorDecl.Modifiers.Any(SyntaxKind.PartialKeyword),
307delegateDecl.Modifiers.Any(SyntaxKind.PartialKeyword),
321enumMember.Modifiers.Any(SyntaxKind.PartialKeyword),
335eventDecl.Modifiers.Any(SyntaxKind.PartialKeyword),
349indexerDecl.Modifiers.Any(SyntaxKind.PartialKeyword),
364method.Modifiers.Any(SyntaxKind.PartialKeyword),
380property.Modifiers.Any(SyntaxKind.PartialKeyword),
403fieldDeclaration.Modifiers.Any(SyntaxKind.PartialKeyword),
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Microsoft.Extensions.Logging.Generators (1)
Microsoft.Gen.ContextualOptions (1)
Microsoft.Gen.Logging.Unit.Tests (2)
Microsoft.Interop.ComInterfaceGenerator (4)
Microsoft.Interop.JavaScript.JSImportGenerator (4)
Microsoft.Interop.LibraryImportGenerator (1)
Microsoft.Interop.LibraryImportGenerator.Downlevel (1)
Microsoft.Interop.SourceGeneration (2)
Microsoft.VisualStudio.LanguageServices.CSharp (4)
System.Text.Json.SourceGeneration (1)
System.Text.RegularExpressions.Generator (3)