13 references to BCL
illink (13)
Linker.Dataflow\DynamicallyAccessedMembersTypeHierarchy.cs (1)
97
apply |= applyOptimizeTypeHierarchyAnnotations && (_context.DisableEventSourceSpecialHandling || !
BCL
.EventTracingForWindows.IsEventSourceImplementation(type, _context));
Linker.Steps\DiscoverCustomOperatorsHandler.cs (1)
132
_nullableOfT ??=
BCL
.FindPredefinedType(WellKnownType.System_Nullable_T, Context);
Linker.Steps\LinkAttributesParser.cs (3)
120
var voidType =
BCL
.FindPredefinedType(WellKnownType.System_Void, _context);
124
var attributeType =
BCL
.FindPredefinedType(WellKnownType.System_Attribute, _context);
128
var objectType =
BCL
.FindPredefinedType(WellKnownType.System_Object, _context);
Linker.Steps\MarkStep.cs (5)
2178
if ((!Context.DisableEventSourceSpecialHandling || Context.GetTargetRuntimeVersion() < TargetRuntimeVersion.NET6) &&
BCL
.EventTracingForWindows.IsEventSourceImplementation(type, Context))
2859
if (
BCL
.EventTracingForWindows.IsProviderName(nestedType.Name))
3593
var nse =
BCL
.FindPredefinedType(WellKnownType.System_NotSupportedException, Context);
3603
var objectType =
BCL
.FindPredefinedType(WellKnownType.System_Object, Context);
3619
var disablePrivateReflection =
BCL
.FindPredefinedType(WellKnownType.System_Runtime_CompilerServices_DisablePrivateReflectionAttribute, Context);
Linker.Steps\UnreachableBlocksOptimizer.cs (1)
1573
var objectType =
BCL
.FindPredefinedType(WellKnownType.System_Object, context);
Linker\LinkContext.cs (1)
798
TypeDefinition? objectType =
BCL
.FindPredefinedType(WellKnownType.System_Object, this);
Linker\TypeReferenceExtensions.cs (1)
487
?
BCL
.FindPredefinedType(WellKnownType.System_Array, context)