System.Reflection.TargetedPatchingOptOutAttribute
E697551
System.Reflection.TargetedPatchingOptOutAttribute is a .NET attribute used to mark methods or classes as excluded from certain optimizations so they can be more easily inlined or patched across assembly boundaries.
All labels observed (1)
| Label | Occurrences |
|---|---|
| System.Reflection.TargetedPatchingOptOutAttribute canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T7897586 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
Target entity: System.Reflection.TargetedPatchingOptOutAttribute Context triple: [System.Reflection, containsType, System.Reflection.TargetedPatchingOptOutAttribute]
-
A.
System.Reflection
System.Reflection is a .NET namespace that provides types and APIs for inspecting and interacting with metadata about assemblies, modules, and types at runtime.
-
B.
C# attributes
C# attributes are metadata annotations in the C# programming language that allow developers to attach declarative information to code elements such as classes, methods, and properties, influencing compilation and runtime behavior.
-
C.
ReSharper
ReSharper is a popular Visual Studio extension that enhances .NET development with advanced code analysis, refactoring, and productivity tools.
-
D.
ECMA-335
ECMA-335 is the international standard that defines the Common Language Infrastructure (CLI), including the core runtime, type system, and metadata used by .NET languages.
-
E.
CIL
CIL is the standard scholarly abbreviation for the Corpus Inscriptionum Latinarum, the comprehensive collection of ancient Latin inscriptions.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: System.Reflection.TargetedPatchingOptOutAttribute Target entity description: System.Reflection.TargetedPatchingOptOutAttribute is a .NET attribute used to mark methods or classes as excluded from certain optimizations so they can be more easily inlined or patched across assembly boundaries.
-
A.
System.Reflection
System.Reflection is a .NET namespace that provides types and APIs for inspecting and interacting with metadata about assemblies, modules, and types at runtime.
-
B.
C# attributes
C# attributes are metadata annotations in the C# programming language that allow developers to attach declarative information to code elements such as classes, methods, and properties, influencing compilation and runtime behavior.
-
C.
ReSharper
ReSharper is a popular Visual Studio extension that enhances .NET development with advanced code analysis, refactoring, and productivity tools.
-
D.
ECMA-335
ECMA-335 is the international standard that defines the Common Language Infrastructure (CLI), including the core runtime, type system, and metadata used by .NET languages.
-
E.
CIL
CIL is the standard scholarly abbreviation for the Corpus Inscriptionum Latinarum, the comprehensive collection of ancient Latin inscriptions.
- F. None of above. chosen
Statements (49)
| Predicate | Object |
|---|---|
| instanceOf |
.NET attribute
ⓘ
attribute class ⓘ class ⓘ |
| accessModifier | public ⓘ |
| appliesTo |
classes
ⓘ
constructors ⓘ delegates ⓘ interfaces ⓘ methods ⓘ structs ⓘ |
| assembly | mscorlib NERFINISHED ⓘ |
| attributeUsage |
AttributeTargets.Class
NERFINISHED
ⓘ
AttributeTargets.Constructor ⓘ AttributeTargets.Delegate ⓘ AttributeTargets.Interface ⓘ AttributeTargets.Method ⓘ AttributeTargets.Struct ⓘ |
| attributeUsageProperty |
AllowMultiple = false
ⓘ
Inherited = false ⓘ |
| baseClass | System.Attribute NERFINISHED ⓘ |
| designNote |
helps avoid performance regressions when methods are moved between assemblies
ⓘ
primarily used by NGen and runtime infrastructure ⓘ |
| documentationLocation | Microsoft .NET Framework class library reference ⓘ |
| hasConstructor | TargetedPatchingOptOutAttribute(string reason) ⓘ |
| hasProperty | string Reason ⓘ |
| introducedIn | .NET Framework 4 NERFINISHED ⓘ |
| isCLSCompliant | true ⓘ |
| isObsolete | true ⓘ |
| isPartOf | .NET Base Class Library NERFINISHED ⓘ |
| isSerializable | false ⓘ |
| languageSupport |
C#
NERFINISHED
ⓘ
F# NERFINISHED ⓘ VB.NET ⓘ |
| namespace | System.Reflection NERFINISHED ⓘ |
| obsoleteUsage |
intended for use by the .NET Framework only
ⓘ
not intended for use in application code ⓘ |
| platform |
.NET (modern, for compatibility in some versions)
NERFINISHED
ⓘ
.NET Core (for compatibility in some versions) NERFINISHED ⓘ .NET Framework NERFINISHED ⓘ |
| propertyAccessibility |
Reason is private set
ⓘ
Reason is public get ⓘ |
| purpose |
to improve inlining or patching across assembly boundaries
ⓘ
to mark methods or classes as excluded from certain optimizations ⓘ |
| relatedConcept |
cross-module inlining
ⓘ
native image generation (NGen) ⓘ servicing and hotfix deployment ⓘ |
| sealed | true ⓘ |
| usedFor |
cross-assembly inlining scenarios
ⓘ
versioning and servicing scenarios ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Subject: System.Reflection.TargetedPatchingOptOutAttribute Description of subject: System.Reflection.TargetedPatchingOptOutAttribute is a .NET attribute used to mark methods or classes as excluded from certain optimizations so they can be more easily inlined or patched across assembly boundaries.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.