1 write to _context
illink (1)
Linker\SerializationMarker.cs (1)
82
_context
= context;
14 references to _context
illink (14)
Linker\SerializationMarker.cs (14)
147
_context
.Annotations.Mark(field, reason, origin);
153
_context
.Annotations.Mark(property.GetMethod, reason, origin);
155
_context
.Annotations.Mark(property.SetMethod, reason, origin);
159
_context
.Annotations.Mark(method, reason, origin);
164
_context
.Annotations.Mark(@event.AddMethod, reason, origin);
166
_context
.Annotations.Mark(@event.InvokeMethod, reason, origin);
168
_context
.Annotations.Mark(@event.RemoveMethod, reason, origin);
190
_context
.Tracer.AddDirectDependency(typeRef, typeReason, marked: false);
197
TypeDefinition? type =
_context
.TryResolve(typeRef);
201
_context
.Annotations.Mark(type, typeReason, new MessageOrigin(reason.Source as ICustomAttributeProvider));
220
_context
.Annotations.Mark(field, new DependencyInfo(DependencyKind.SerializedMember, type), new MessageOrigin(type));
237
_context
.Annotations.Mark(get, new DependencyInfo(DependencyKind.SerializedMember, type), new MessageOrigin(type));
239
_context
.Annotations.Mark(set, new DependencyInfo(DependencyKind.SerializedMember, type), new MessageOrigin(type));
252
_context
.Annotations.Mark(method, new DependencyInfo(DependencyKind.SerializedMember, type), new MessageOrigin(type));