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