186 references to PartialKeyword
Microsoft.AspNetCore.App.Analyzers (1)
Microsoft.AspNetCore.SignalR.Client.SourceGenerator (2)
Microsoft.CodeAnalysis.CSharp (18)
Microsoft.CodeAnalysis.CSharp.CodeStyle (10)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (6)
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
Microsoft.CodeAnalysis.CSharp.Features (18)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (80)
Microsoft.CodeAnalysis.CSharp.Workspaces (24)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (11)
216if (typeDeclaration.Modifiers.Any(SyntaxKind.PartialKeyword) &&
235typeDeclaration.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)