5 references to Context
illink (5)
Linker.Steps\DiscoverCustomOperatorsHandler.cs (5)
90
Context
.Annotations.Mark(method, new DependencyInfo(DependencyKind.PreservedOperator, method.DeclaringType), new MessageOrigin(method.DeclaringType));
110
if (otherType == null ||
Context
.Annotations.IsMarked(otherType))
132
_nullableOfT ??= BCL.FindPredefinedType(WellKnownType.System_Nullable_T,
Context
);
139
var typeDef =
Context
.TryResolve(type);
154
return
Context
.TryResolve(nullableType.GenericArguments[0]);