270 references to Constructor
Aspire.Hosting (1)
src\Shared\OverloadResolutionPriorityAttribute.cs (1)
10[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Property, AllowMultiple = false, Inherited = false)]
Aspire.Hosting.Python (1)
src\Shared\OverloadResolutionPriorityAttribute.cs (1)
10[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Property, AllowMultiple = false, Inherited = false)]
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Fx.cs (9)
529[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Property | AttributeTargets.Class, 545[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor, 690[AttributeUsage(AttributeTargets.Field | AttributeTargets.Method | AttributeTargets.Constructor, 763[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor, Inherited = false)] 782[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor, Inherited = false)] 791[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor, Inherited = false)] 802[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor, 842[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor, Inherited = false)] 885AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Constructor | AttributeTargets.Method |
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\PerformanceSensitiveAttribute.cs (1)
19[AttributeUsage(AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = true, Inherited = false)]
ILCompiler.Compiler (2)
src\runtime\src\tools\illink\src\ILLink.Shared\RequiresDynamicCodeAttribute.cs (1)
22[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
src\runtime\src\tools\illink\src\ILLink.Shared\RequiresUnreferencedCodeAttribute.cs (1)
23[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
illink (3)
ILLink.RoslynAnalyzer (2)
src\runtime\src\tools\illink\src\ILLink.Shared\RequiresDynamicCodeAttribute.cs (1)
22[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
src\runtime\src\tools\illink\src\ILLink.Shared\RequiresUnreferencedCodeAttribute.cs (1)
23[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
Microsoft.CodeAnalysis (3)
InternalUtilities\PerformanceSensitiveAttribute.cs (1)
19[AttributeUsage(AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = true, Inherited = false)]
Symbols\Attributes\AttributeUsageInfo.cs (2)
25Constructor = AttributeTargets.Constructor, 215case AttributeTargets.Constructor: return nameof(CodeAnalysisResources.Constructor);
Microsoft.CodeAnalysis.Analyzers (4)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\PerformanceSensitiveAttribute.cs (1)
19[AttributeUsage(AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = true, Inherited = false)]
src\roslyn\src\Dependencies\Contracts\ExperimentalAttribute.cs (1)
35AttributeTargets.Constructor |
src\roslyn\src\Dependencies\Contracts\OverloadResolutionPriorityAttribute.cs (1)
25[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Property, AllowMultiple = false, Inherited = false)]
src\roslyn\src\Dependencies\Contracts\SetsRequiredMembersAttribute.cs (1)
27[AttributeUsage(AttributeTargets.Constructor, AllowMultiple = false, Inherited = false)]
Microsoft.CodeAnalysis.AnalyzerUtilities (4)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\PerformanceSensitiveAttribute.cs (1)
19[AttributeUsage(AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = true, Inherited = false)]
src\roslyn\src\Dependencies\Contracts\ExperimentalAttribute.cs (1)
35AttributeTargets.Constructor |
src\roslyn\src\Dependencies\Contracts\OverloadResolutionPriorityAttribute.cs (1)
25[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Property, AllowMultiple = false, Inherited = false)]
src\roslyn\src\Dependencies\Contracts\SetsRequiredMembersAttribute.cs (1)
27[AttributeUsage(AttributeTargets.Constructor, AllowMultiple = false, Inherited = false)]
Microsoft.CodeAnalysis.CodeStyle (4)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\PerformanceSensitiveAttribute.cs (1)
19[AttributeUsage(AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = true, Inherited = false)]
src\roslyn\src\Dependencies\Contracts\ExperimentalAttribute.cs (1)
35AttributeTargets.Constructor |
src\roslyn\src\Dependencies\Contracts\OverloadResolutionPriorityAttribute.cs (1)
25[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Property, AllowMultiple = false, Inherited = false)]
src\roslyn\src\Dependencies\Contracts\SetsRequiredMembersAttribute.cs (1)
27[AttributeUsage(AttributeTargets.Constructor, AllowMultiple = false, Inherited = false)]
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Symbol_Attributes.cs (1)
60return AttributeTargets.Constructor;
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\CSharpSyntaxContext.cs (1)
563ConstructorDeclarationSyntax => AttributeTargets.Constructor,
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\CSharpSyntaxContext.cs (1)
563ConstructorDeclarationSyntax => AttributeTargets.Constructor,
Microsoft.CodeAnalysis.Extensions.Package (3)
src\roslyn\src\Dependencies\Contracts\ExperimentalAttribute.cs (1)
35AttributeTargets.Constructor |
src\roslyn\src\Dependencies\Contracts\OverloadResolutionPriorityAttribute.cs (1)
25[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Property, AllowMultiple = false, Inherited = false)]
src\roslyn\src\Dependencies\Contracts\SetsRequiredMembersAttribute.cs (1)
27[AttributeUsage(AttributeTargets.Constructor, AllowMultiple = false, Inherited = false)]
Microsoft.CodeAnalysis.NetAnalyzers (1)
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\Compiler\PerformanceSensitiveAttribute.cs (1)
20[AttributeUsage(AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = true, Inherited = false)]
Microsoft.CodeAnalysis.ResxSourceGenerator (4)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\PerformanceSensitiveAttribute.cs (1)
19[AttributeUsage(AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = true, Inherited = false)]
src\roslyn\src\Dependencies\Contracts\ExperimentalAttribute.cs (1)
35AttributeTargets.Constructor |
src\roslyn\src\Dependencies\Contracts\OverloadResolutionPriorityAttribute.cs (1)
25[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Property, AllowMultiple = false, Inherited = false)]
src\roslyn\src\Dependencies\Contracts\SetsRequiredMembersAttribute.cs (1)
27[AttributeUsage(AttributeTargets.Constructor, AllowMultiple = false, Inherited = false)]
Microsoft.CodeAnalysis.Workspaces (1)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\PerformanceSensitiveAttribute.cs (1)
19[AttributeUsage(AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = true, Inherited = false)]
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\PerformanceSensitiveAttribute.cs (1)
19[AttributeUsage(AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = true, Inherited = false)]
Microsoft.Extensions.AI (6)
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\ExperimentalAttribute\ExperimentalAttribute.cs (1)
19AttributeTargets.Constructor |
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\SkipLocalsInitAttribute\SkipLocalsInitAttribute.cs (1)
31| AttributeTargets.Constructor
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\DynamicDependencyAttribute.cs (1)
23AttributeTargets.Constructor | AttributeTargets.Field | AttributeTargets.Method,
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresAssemblyFilesAttribute.cs (1)
19[AttributeUsage(AttributeTargets.Constructor |
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresDynamicCodeAttribute.cs (1)
23[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresUnreferencedCodeAttribute.cs (1)
24[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
Microsoft.Extensions.AI.Abstractions (6)
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\ExperimentalAttribute\ExperimentalAttribute.cs (1)
19AttributeTargets.Constructor |
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\SkipLocalsInitAttribute\SkipLocalsInitAttribute.cs (1)
31| AttributeTargets.Constructor
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\DynamicDependencyAttribute.cs (1)
23AttributeTargets.Constructor | AttributeTargets.Field | AttributeTargets.Method,
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresAssemblyFilesAttribute.cs (1)
19[AttributeUsage(AttributeTargets.Constructor |
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresDynamicCodeAttribute.cs (1)
23[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresUnreferencedCodeAttribute.cs (1)
24[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
Microsoft.Extensions.AsyncState (6)
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\ExperimentalAttribute\ExperimentalAttribute.cs (1)
19AttributeTargets.Constructor |
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\SkipLocalsInitAttribute\SkipLocalsInitAttribute.cs (1)
31| AttributeTargets.Constructor
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\DynamicDependencyAttribute.cs (1)
23AttributeTargets.Constructor | AttributeTargets.Field | AttributeTargets.Method,
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresAssemblyFilesAttribute.cs (1)
19[AttributeUsage(AttributeTargets.Constructor |
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresDynamicCodeAttribute.cs (1)
23[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresUnreferencedCodeAttribute.cs (1)
24[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
Microsoft.Extensions.Compliance.Redaction (6)
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\ExperimentalAttribute\ExperimentalAttribute.cs (1)
19AttributeTargets.Constructor |
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\SkipLocalsInitAttribute\SkipLocalsInitAttribute.cs (1)
31| AttributeTargets.Constructor
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\DynamicDependencyAttribute.cs (1)
23AttributeTargets.Constructor | AttributeTargets.Field | AttributeTargets.Method,
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresAssemblyFilesAttribute.cs (1)
19[AttributeUsage(AttributeTargets.Constructor |
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresDynamicCodeAttribute.cs (1)
23[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresUnreferencedCodeAttribute.cs (1)
24[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
Microsoft.Extensions.Compliance.Testing (6)
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\ExperimentalAttribute\ExperimentalAttribute.cs (1)
19AttributeTargets.Constructor |
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\SkipLocalsInitAttribute\SkipLocalsInitAttribute.cs (1)
31| AttributeTargets.Constructor
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\DynamicDependencyAttribute.cs (1)
23AttributeTargets.Constructor | AttributeTargets.Field | AttributeTargets.Method,
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresAssemblyFilesAttribute.cs (1)
19[AttributeUsage(AttributeTargets.Constructor |
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresDynamicCodeAttribute.cs (1)
23[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresUnreferencedCodeAttribute.cs (1)
24[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
Microsoft.Extensions.Configuration.Binder.SourceGeneration (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\CodeAnalysis\SetsRequiredMembersAttribute.cs (1)
10[AttributeUsage(AttributeTargets.Constructor, AllowMultiple = false, Inherited = false)]
Microsoft.Extensions.DataIngestion.Abstractions (5)
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\SkipLocalsInitAttribute\SkipLocalsInitAttribute.cs (1)
31| AttributeTargets.Constructor
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\DynamicDependencyAttribute.cs (1)
23AttributeTargets.Constructor | AttributeTargets.Field | AttributeTargets.Method,
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresAssemblyFilesAttribute.cs (1)
19[AttributeUsage(AttributeTargets.Constructor |
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresDynamicCodeAttribute.cs (1)
23[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresUnreferencedCodeAttribute.cs (1)
24[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
Microsoft.Extensions.DependencyInjection.AutoActivation (5)
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\SkipLocalsInitAttribute\SkipLocalsInitAttribute.cs (1)
31| AttributeTargets.Constructor
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\DynamicDependencyAttribute.cs (1)
23AttributeTargets.Constructor | AttributeTargets.Field | AttributeTargets.Method,
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresAssemblyFilesAttribute.cs (1)
19[AttributeUsage(AttributeTargets.Constructor |
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresDynamicCodeAttribute.cs (1)
23[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresUnreferencedCodeAttribute.cs (1)
24[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
Microsoft.Extensions.Diagnostics.HealthChecks.Common (5)
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\SkipLocalsInitAttribute\SkipLocalsInitAttribute.cs (1)
31| AttributeTargets.Constructor
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\DynamicDependencyAttribute.cs (1)
23AttributeTargets.Constructor | AttributeTargets.Field | AttributeTargets.Method,
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresAssemblyFilesAttribute.cs (1)
19[AttributeUsage(AttributeTargets.Constructor |
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresDynamicCodeAttribute.cs (1)
23[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresUnreferencedCodeAttribute.cs (1)
24[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
Microsoft.Extensions.Diagnostics.Probes (6)
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\ExperimentalAttribute\ExperimentalAttribute.cs (1)
19AttributeTargets.Constructor |
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\SkipLocalsInitAttribute\SkipLocalsInitAttribute.cs (1)
31| AttributeTargets.Constructor
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\DynamicDependencyAttribute.cs (1)
23AttributeTargets.Constructor | AttributeTargets.Field | AttributeTargets.Method,
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresAssemblyFilesAttribute.cs (1)
19[AttributeUsage(AttributeTargets.Constructor |
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresDynamicCodeAttribute.cs (1)
23[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresUnreferencedCodeAttribute.cs (1)
24[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
Microsoft.Extensions.Diagnostics.ResourceMonitoring (10)
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\ExperimentalAttribute\ExperimentalAttribute.cs (1)
19AttributeTargets.Constructor |
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\ObsoleteAttribute\ObsoleteAttribute.cs (1)
22AttributeTargets.Interface | AttributeTargets.Constructor | AttributeTargets.Method |
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\SkipLocalsInitAttribute\SkipLocalsInitAttribute.cs (1)
31| AttributeTargets.Constructor
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\DynamicDependencyAttribute.cs (1)
23AttributeTargets.Constructor | AttributeTargets.Field | AttributeTargets.Method,
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresAssemblyFilesAttribute.cs (1)
19[AttributeUsage(AttributeTargets.Constructor |
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresDynamicCodeAttribute.cs (1)
23[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresUnreferencedCodeAttribute.cs (1)
24[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
PlatformAttributes.cs (3)
51AttributeTargets.Constructor | 77AttributeTargets.Constructor | 107AttributeTargets.Constructor |
Microsoft.Extensions.Diagnostics.Testing (6)
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\ExperimentalAttribute\ExperimentalAttribute.cs (1)
19AttributeTargets.Constructor |
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\SkipLocalsInitAttribute\SkipLocalsInitAttribute.cs (1)
31| AttributeTargets.Constructor
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\DynamicDependencyAttribute.cs (1)
23AttributeTargets.Constructor | AttributeTargets.Field | AttributeTargets.Method,
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresAssemblyFilesAttribute.cs (1)
19[AttributeUsage(AttributeTargets.Constructor |
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresDynamicCodeAttribute.cs (1)
23[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresUnreferencedCodeAttribute.cs (1)
24[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
Microsoft.Extensions.Http.Diagnostics (1)
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\SkipLocalsInitAttribute\SkipLocalsInitAttribute.cs (1)
31| AttributeTargets.Constructor
Microsoft.Extensions.Http.Resilience (6)
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\ExperimentalAttribute\ExperimentalAttribute.cs (1)
19AttributeTargets.Constructor |
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\SkipLocalsInitAttribute\SkipLocalsInitAttribute.cs (1)
31| AttributeTargets.Constructor
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\DynamicDependencyAttribute.cs (1)
23AttributeTargets.Constructor | AttributeTargets.Field | AttributeTargets.Method,
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresAssemblyFilesAttribute.cs (1)
19[AttributeUsage(AttributeTargets.Constructor |
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresDynamicCodeAttribute.cs (1)
23[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresUnreferencedCodeAttribute.cs (1)
24[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
Microsoft.Extensions.Logging.Generators (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\CodeAnalysis\SetsRequiredMembersAttribute.cs (1)
10[AttributeUsage(AttributeTargets.Constructor, AllowMultiple = false, Inherited = false)]
Microsoft.Extensions.ServiceDiscovery (5)
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\SkipLocalsInitAttribute\SkipLocalsInitAttribute.cs (1)
31| AttributeTargets.Constructor
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\DynamicDependencyAttribute.cs (1)
23AttributeTargets.Constructor | AttributeTargets.Field | AttributeTargets.Method,
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresAssemblyFilesAttribute.cs (1)
19[AttributeUsage(AttributeTargets.Constructor |
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresDynamicCodeAttribute.cs (1)
23[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresUnreferencedCodeAttribute.cs (1)
24[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
Microsoft.Extensions.ServiceDiscovery.Abstractions (5)
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\SkipLocalsInitAttribute\SkipLocalsInitAttribute.cs (1)
31| AttributeTargets.Constructor
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\DynamicDependencyAttribute.cs (1)
23AttributeTargets.Constructor | AttributeTargets.Field | AttributeTargets.Method,
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresAssemblyFilesAttribute.cs (1)
19[AttributeUsage(AttributeTargets.Constructor |
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresDynamicCodeAttribute.cs (1)
23[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresUnreferencedCodeAttribute.cs (1)
24[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
Microsoft.Extensions.Telemetry (7)
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\ExperimentalAttribute\ExperimentalAttribute.cs (1)
19AttributeTargets.Constructor |
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\ObsoleteAttribute\ObsoleteAttribute.cs (1)
22AttributeTargets.Interface | AttributeTargets.Constructor | AttributeTargets.Method |
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\SkipLocalsInitAttribute\SkipLocalsInitAttribute.cs (1)
31| AttributeTargets.Constructor
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\DynamicDependencyAttribute.cs (1)
23AttributeTargets.Constructor | AttributeTargets.Field | AttributeTargets.Method,
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresAssemblyFilesAttribute.cs (1)
19[AttributeUsage(AttributeTargets.Constructor |
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresDynamicCodeAttribute.cs (1)
23[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresUnreferencedCodeAttribute.cs (1)
24[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
Microsoft.Extensions.TimeProvider.Testing (5)
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\SkipLocalsInitAttribute\SkipLocalsInitAttribute.cs (1)
31| AttributeTargets.Constructor
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\DynamicDependencyAttribute.cs (1)
23AttributeTargets.Constructor | AttributeTargets.Field | AttributeTargets.Method,
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresAssemblyFilesAttribute.cs (1)
19[AttributeUsage(AttributeTargets.Constructor |
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresDynamicCodeAttribute.cs (1)
23[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresUnreferencedCodeAttribute.cs (1)
24[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
Microsoft.Extensions.VectorData.ConformanceTests (5)
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\SkipLocalsInitAttribute\SkipLocalsInitAttribute.cs (1)
31| AttributeTargets.Constructor
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\DynamicDependencyAttribute.cs (1)
23AttributeTargets.Constructor | AttributeTargets.Field | AttributeTargets.Method,
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresAssemblyFilesAttribute.cs (1)
19[AttributeUsage(AttributeTargets.Constructor |
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresDynamicCodeAttribute.cs (1)
23[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\TrimAttributes\RequiresUnreferencedCodeAttribute.cs (1)
24[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
Microsoft.Gen.BuildMetadata (1)
parent\parent\parent\eng\MSBuild\parent\parent\src\LegacySupport\ExperimentalAttribute\ExperimentalAttribute.cs (1)
19AttributeTargets.Constructor |
Microsoft.Interop.ComInterfaceGenerator (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Versioning\PlatformAttributes.cs (3)
54AttributeTargets.Constructor | 85AttributeTargets.Constructor | 120AttributeTargets.Constructor |
Microsoft.Interop.JavaScript.JSImportGenerator (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Versioning\PlatformAttributes.cs (3)
54AttributeTargets.Constructor | 85AttributeTargets.Constructor | 120AttributeTargets.Constructor |
Microsoft.Interop.LibraryImportGenerator (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Versioning\PlatformAttributes.cs (3)
54AttributeTargets.Constructor | 85AttributeTargets.Constructor | 120AttributeTargets.Constructor |
Microsoft.Interop.LibraryImportGenerator.Downlevel (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Versioning\PlatformAttributes.cs (3)
54AttributeTargets.Constructor | 85AttributeTargets.Constructor | 120AttributeTargets.Constructor |
Microsoft.Interop.SourceGeneration (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\CodeAnalysis\SetsRequiredMembersAttribute.cs (1)
10[AttributeUsage(AttributeTargets.Constructor, AllowMultiple = false, Inherited = false)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Versioning\PlatformAttributes.cs (3)
54AttributeTargets.Constructor | 85AttributeTargets.Constructor | 120AttributeTargets.Constructor |
Microsoft.ML.Core (1)
BestFriendAttribute.cs (1)
23[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Field | AttributeTargets.Property | AttributeTargets.Constructor
Microsoft.ML.CpuMath (1)
src\Microsoft.ML.Core\BestFriendAttribute.cs (1)
23[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Field | AttributeTargets.Property | AttributeTargets.Constructor
Microsoft.ML.TorchSharp (1)
Utils\IntrinsicAttribute.cs (1)
14[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Field, Inherited = false)]
Microsoft.Private.Windows.Core (10)
_generated\183\Windows.Win32.OverloadResolutionPriorityAttribute.g.cs (1)
24 [global::System.AttributeUsage(global::System.AttributeTargets.Constructor | global::System.AttributeTargets.Method | global::System.AttributeTargets.Property, AllowMultiple = false, Inherited = false)]
_generated\295\System.Diagnostics.CodeAnalysis.ExperimentalAttribute.g.cs (1)
23global::System.AttributeTargets.Constructor |
_generated\303\System.Diagnostics.CodeAnalysis.SetsRequiredMembersAttribute.g.cs (1)
14[global::System.AttributeUsage(global::System.AttributeTargets.Constructor, AllowMultiple = false, Inherited = false)]
_generated\318\System.Runtime.CompilerServices.SkipLocalsInitAttribute.g.cs (1)
18global::System.AttributeTargets.Constructor |
_generated\319\System.Runtime.Versioning.RequiresPreviewFeaturesAttribute.g.cs (1)
18global::System.AttributeTargets.Constructor |
src\winforms\src\Microsoft.Private.Windows.Polyfills\System\Diagnostics\CodeAnalysis\DynamicDependencyAttribute.cs (1)
16AttributeTargets.Constructor | AttributeTargets.Field | AttributeTargets.Method,
src\winforms\src\Microsoft.Private.Windows.Polyfills\System\Diagnostics\CodeAnalysis\RequiresUnreferencedCodeAttribute.cs (1)
16[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
src\winforms\src\Microsoft.Private.Windows.Polyfills\System\Runtime\Versioning\PlatformAttributes.cs (3)
57AttributeTargets.Constructor | 89AttributeTargets.Constructor | 136AttributeTargets.Constructor |
Mono.Cecil (1)
Mono.Cecil\WindowsRuntimeProjections.cs (1)
949 attribute_targets |= AttributeTargets.Constructor | AttributeTargets.Property;
Roslyn.Diagnostics.Analyzers (4)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\PerformanceSensitiveAttribute.cs (1)
19[AttributeUsage(AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = true, Inherited = false)]
src\roslyn\src\Dependencies\Contracts\ExperimentalAttribute.cs (1)
35AttributeTargets.Constructor |
src\roslyn\src\Dependencies\Contracts\OverloadResolutionPriorityAttribute.cs (1)
25[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Property, AllowMultiple = false, Inherited = false)]
src\roslyn\src\Dependencies\Contracts\SetsRequiredMembersAttribute.cs (1)
27[AttributeUsage(AttributeTargets.Constructor, AllowMultiple = false, Inherited = false)]
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\CSharpSyntaxContext.cs (1)
563ConstructorDeclarationSyntax => AttributeTargets.Constructor,
System.Collections.Immutable (1)
src\runtime\src\libraries\Common\src\System\Runtime\Versioning\NonVersionableAttribute.cs (1)
24[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Method | AttributeTargets.Constructor,
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\ImportingConstructorAttribute.cs (1)
16[AttributeUsage(AttributeTargets.Constructor, AllowMultiple = false, Inherited = false)]
System.Composition.AttributedModel (1)
System\Composition\ImportingConstructorAttribute.cs (1)
14[AttributeUsage(AttributeTargets.Constructor, AllowMultiple = false, Inherited = false)]
System.Diagnostics.TraceSource (1)
System\Diagnostics\SwitchAttribute.cs (1)
10[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Constructor |
System.Private.CoreLib (41)
src\runtime\src\libraries\Common\src\System\Runtime\Versioning\NonVersionableAttribute.cs (1)
24[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Method | AttributeTargets.Constructor,
src\runtime\src\libraries\System.Private.CoreLib\src\System\AttributeTargets.cs (1)
30All = Assembly | Module | Class | Struct | Enum | Constructor |
src\runtime\src\libraries\System.Private.CoreLib\src\System\ComponentModel\EditorBrowsableAttribute.cs (1)
8[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Event | AttributeTargets.Delegate | AttributeTargets.Interface)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\CodeAnalysis\DynamicDependencyAttribute.cs (1)
14AttributeTargets.Constructor | AttributeTargets.Field | AttributeTargets.Method,
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\CodeAnalysis\ExcludeFromCodeCoverageAttribute.cs (1)
6[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Constructor | AttributeTargets.Event | AttributeTargets.Interface | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Struct, Inherited = false, AllowMultiple = false)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\CodeAnalysis\ExperimentalAttribute.cs (1)
18AttributeTargets.Constructor |
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\CodeAnalysis\RequiresAssemblyFilesAttribute.cs (1)
9[AttributeUsage(AttributeTargets.Constructor |
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\CodeAnalysis\RequiresDynamicCodeAttribute.cs (1)
13[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\CodeAnalysis\RequiresUnreferencedCodeAttribute.cs (1)
14[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class, Inherited = false)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\CodeAnalysis\RequiresUnsafeAttribute.cs (1)
10AttributeTargets.Constructor | AttributeTargets.Event | AttributeTargets.Method | AttributeTargets.Property,
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\CodeAnalysis\SetsRequiredMembersAttribute.cs (1)
10[AttributeUsage(AttributeTargets.Constructor, AllowMultiple = false, Inherited = false)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Contracts\Contracts.cs (2)
32[AttributeUsage(AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Event | AttributeTargets.Delegate | AttributeTargets.Class | AttributeTargets.Parameter, AllowMultiple = false, Inherited = true)] 115[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Property)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\DebuggerHiddenAttribute.cs (1)
6[AttributeUsage(AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Constructor, Inherited = false)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\DebuggerNonUserCodeAttribute.cs (1)
6[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Constructor | AttributeTargets.Struct, Inherited = false)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\DebuggerStepperBoundaryAttribute.cs (1)
7[AttributeUsage(AttributeTargets.Constructor | AttributeTargets.Method, Inherited = false)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\DebuggerStepThroughAttribute.cs (1)
6[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Method | AttributeTargets.Constructor, Inherited = false)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\StackTraceHiddenAttribute.cs (1)
10[AttributeUsage(AttributeTargets.Class | AttributeTargets.Constructor | AttributeTargets.Interface | AttributeTargets.Method | AttributeTargets.Struct, Inherited = false)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\ObsoleteAttribute.cs (1)
10AttributeTargets.Interface | AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Event | AttributeTargets.Delegate,
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\CompExactlyDependsOnAttribute.cs (1)
10[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor, AllowMultiple = true, Inherited = false)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\CompHasFallbackAttribute.cs (1)
11[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor, AllowMultiple = false, Inherited = false)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\IntrinsicAttribute.cs (1)
9[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Field | AttributeTargets.Interface, Inherited = false)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\MethodImplAttribute.cs (1)
7[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor, Inherited = false)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\OverloadResolutionPriorityAttribute.cs (1)
9[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Property, AllowMultiple = false, Inherited = false)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\SkipLocalsInitAttribute.cs (1)
24| AttributeTargets.Constructor
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\ConstrainedExecution\PrePrepareMethodAttribute.cs (1)
7[AttributeUsage(AttributeTargets.Constructor | AttributeTargets.Method, Inherited = false)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\ConstrainedExecution\ReliabilityContractAttribute.cs (1)
10[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Interface /* | AttributeTargets.Delegate*/, Inherited = false)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\NgenServicingAttributes.cs (1)
17[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor, AllowMultiple = false, Inherited = false)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Versioning\ComponentGuaranteesAttribute.cs (1)
10AttributeTargets.Constructor | AttributeTargets.Event,
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Versioning\PlatformAttributes.cs (3)
54AttributeTargets.Constructor | 85AttributeTargets.Constructor | 120AttributeTargets.Constructor |
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Versioning\RequiresPreviewFeaturesAttribute.cs (1)
13AttributeTargets.Constructor |
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Versioning\ResourceConsumptionAttribute.cs (1)
8[AttributeUsage(AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Constructor, Inherited = false)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Versioning\ResourceExposureAttribute.cs (1)
8[AttributeUsage(AttributeTargets.Method | AttributeTargets.Field | AttributeTargets.Property | AttributeTargets.Constructor, Inherited = false)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\DynamicSecurityMethodAttribute.cs (1)
13[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor, AllowMultiple = true, Inherited = false)]
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\SecurityCriticalAttribute.cs (1)
11AttributeTargets.Constructor |
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\SecuritySafeCriticalAttribute.cs (1)
10AttributeTargets.Constructor |
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\SecurityTreatAsSafeAttribute.cs (1)
11AttributeTargets.Constructor |
System\Diagnostics\DebuggerGuidedStepThroughAttribute.cs (1)
6[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Constructor, Inherited = false)]
System\Runtime\RuntimeImportAttribute.cs (1)
7[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor, Inherited = false)]
System.Private.StackTraceMetadata (1)
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\CompilerServices\IntrinsicAttribute.cs (1)
7[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Field | AttributeTargets.Interface, Inherited = false)]
System.Private.TypeLoader (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\IntrinsicAttribute.cs (1)
9[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Field | AttributeTargets.Interface, Inherited = false)]
System.Reflection.Metadata (1)
System\Reflection\Metadata\TypeSystem\CustomAttribute.cs (1)
161projectedValue |= AttributeTargets.Constructor | AttributeTargets.Property;
System.Runtime.CompilerServices.VisualC (1)
System\Runtime\CompilerServices\Attributes.cs (1)
123AttributeTargets.Constructor |
System.Security.Permissions (24)
System\Data\Common\DBDataPermissionAttribute.cs (1)
11[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Constructor | AttributeTargets.Method,
System\Data\Odbc\OdbcPermissionAttribute.cs (1)
14AttributeTargets.Constructor | AttributeTargets.Method, AllowMultiple = true, Inherited = false)]
System\Data\OleDb\OleDbPermissionAttribute.cs (1)
14AttributeTargets.Constructor | AttributeTargets.Method, AllowMultiple = true, Inherited = false)]
System\Data\OracleClient\OraclePermissionAttribute.cs (1)
12AttributeTargets.Constructor | AttributeTargets.Method, AllowMultiple = true, Inherited = false)]
System\Data\SqlClient\SqlClientPermissionAttribute.cs (1)
13[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Constructor | AttributeTargets.Method,
System\Diagnostics\EventLogPermissionAttribute.cs (1)
13| AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Event, AllowMultiple = true, Inherited = false)]
System\Diagnostics\PerformanceCounterPermissionAttribute.cs (1)
11[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Event,
System\DirectoryServices\DirectoryServicesPermissionAttribute.cs (1)
11AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Event,
System\Net\DnsPermissionAttribute.cs (1)
12[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class |
System\Net\Mail\SmtpPermissionAttribute.cs (1)
12[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class |
System\Net\NetworkInformation\NetworkInformationPermissionAttribute.cs (1)
12[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Assembly, AllowMultiple = true, Inherited = false)]
System\Net\PeerToPeer\Collaboration\PeerCollaborationPermissionAttribute.cs (1)
13AttributeTargets.Constructor | AttributeTargets.Method, AllowMultiple = true, Inherited = false)]
System\Net\PeerToPeer\PnrpPermissionAttribute.cs (1)
13AttributeTargets.Constructor | AttributeTargets.Method, AllowMultiple = true, Inherited = false)]
System\Net\SocketPermissionAttribute.cs (1)
12[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class |
System\Net\WebPermissionAttribute.cs (1)
12[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class |
System\Security\Permissions\DataProtectionPermissionAttribute.cs (1)
9[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class
System\Security\Permissions\FileIOPermissionAttribute.cs (1)
9[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Assembly, AllowMultiple = true, Inherited = false)]
System\Security\Permissions\IsolatedStorageFilePermissionAttribute.cs (1)
9[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor
System\Security\Permissions\KeyContainerPermissionAttribute.cs (1)
9[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Assembly, AllowMultiple = true, Inherited = false)]
System\Security\Permissions\MediaPermission.cs (1)
67[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Assembly, AllowMultiple = true, Inherited = false)]
System\Security\Permissions\StorePermissionAttribute.cs (1)
9[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Assembly, AllowMultiple = true, Inherited = false)]
System\Security\Permissions\TypeDescriptorPermissionAttribute.cs (1)
9[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Assembly, AllowMultiple = true, Inherited = false)]
System\Security\Permissions\WebBrowserPermission.cs (1)
36[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Assembly, AllowMultiple = true, Inherited = false)]
System\ServiceProcess\ServiceControllerPermissionAttribute.cs (1)
12[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Assembly | AttributeTargets.Event, AllowMultiple = true, Inherited = false)]
System.ServiceModel.Primitives (9)
Internals\System\Runtime\Fx.cs (9)
580[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor | AttributeTargets.Property | AttributeTargets.Class, 596[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor, 702[AttributeUsage(AttributeTargets.Field | AttributeTargets.Method | AttributeTargets.Constructor, 760[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor, Inherited = false)] 779[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor, Inherited = false)] 788[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor, Inherited = false)] 799[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor, 828[AttributeUsage(AttributeTargets.Method | AttributeTargets.Constructor, Inherited = false)] 871AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Constructor | AttributeTargets.Method |
System.Text.Json (1)
System\Text\Json\Serialization\Attributes\JsonConstructorAttribute.cs (1)
10[AttributeUsage(AttributeTargets.Constructor, AllowMultiple = false)]
System.Text.Json.SourceGeneration (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\CodeAnalysis\SetsRequiredMembersAttribute.cs (1)
10[AttributeUsage(AttributeTargets.Constructor, AllowMultiple = false, Inherited = false)]