13 references to BCL
illink (13)
Linker.Dataflow\DynamicallyAccessedMembersTypeHierarchy.cs (1)
93
apply |= applyOptimizeTypeHierarchyAnnotations && (_context.DisableEventSourceSpecialHandling || !
BCL
.EventTracingForWindows.IsEventSourceImplementation (type, _context));
Linker.Steps\DiscoverCustomOperatorsHandler.cs (1)
121
_nullableOfT ??=
BCL
.FindPredefinedType (WellKnownType.System_Nullable_T, Context);
Linker.Steps\LinkAttributesParser.cs (3)
110
var voidType =
BCL
.FindPredefinedType (WellKnownType.System_Void, _context);
114
var attributeType =
BCL
.FindPredefinedType (WellKnownType.System_Attribute, _context);
118
var objectType =
BCL
.FindPredefinedType (WellKnownType.System_Object, _context);
Linker.Steps\MarkStep.cs (5)
1985
if ((!Context.DisableEventSourceSpecialHandling || Context.GetTargetRuntimeVersion () < TargetRuntimeVersion.NET6) &&
BCL
.EventTracingForWindows.IsEventSourceImplementation (type, Context)) {
2610
if (
BCL
.EventTracingForWindows.IsProviderName (nestedType.Name))
3286
var nse =
BCL
.FindPredefinedType (WellKnownType.System_NotSupportedException, Context);
3296
var objectType =
BCL
.FindPredefinedType (WellKnownType.System_Object, Context);
3312
var disablePrivateReflection =
BCL
.FindPredefinedType (WellKnownType.System_Runtime_CompilerServices_DisablePrivateReflectionAttribute, Context);
Linker.Steps\UnreachableBlocksOptimizer.cs (1)
1448
var objectType =
BCL
.FindPredefinedType (WellKnownType.System_Object, context);
Linker\LinkContext.cs (1)
775
TypeDefinition? objectType =
BCL
.FindPredefinedType (WellKnownType.System_Object, this);
Linker\TypeReferenceExtensions.cs (1)
451
?
BCL
.FindPredefinedType (WellKnownType.System_Array, context)