147 references to PartialKeyword
Microsoft.AspNetCore.App.Analyzers (1)
Microsoft.AspNetCore.SignalR.Client.SourceGenerator (2)
Microsoft.CodeAnalysis.CSharp (17)
Microsoft.CodeAnalysis.CSharp.CodeStyle (9)
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 (47)
Microsoft.CodeAnalysis.CSharp.Workspaces (23)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (11)
214if (typeDeclaration.Modifiers.Any(SyntaxKind.PartialKeyword) &&
227typeDeclaration.Modifiers.Any(SyntaxKind.PartialKeyword),
257enumDeclaration.Modifiers.Any(SyntaxKind.PartialKeyword),
285ctorDecl.Modifiers.Any(SyntaxKind.PartialKeyword),
301delegateDecl.Modifiers.Any(SyntaxKind.PartialKeyword),
315enumMember.Modifiers.Any(SyntaxKind.PartialKeyword),
329eventDecl.Modifiers.Any(SyntaxKind.PartialKeyword),
343indexerDecl.Modifiers.Any(SyntaxKind.PartialKeyword),
358method.Modifiers.Any(SyntaxKind.PartialKeyword),
374property.Modifiers.Any(SyntaxKind.PartialKeyword),
397fieldDeclaration.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)