1 write to _context
illink (1)
Linker\SerializationMarker.cs (1)
78
_context
= context;
14 references to _context
illink (14)
Linker\SerializationMarker.cs (14)
139
_context
.Annotations.Mark (field, reason, origin);
145
_context
.Annotations.Mark (property.GetMethod, reason, origin);
147
_context
.Annotations.Mark (property.SetMethod, reason, origin);
151
_context
.Annotations.Mark (method, reason, origin);
156
_context
.Annotations.Mark (@event.AddMethod, reason, origin);
158
_context
.Annotations.Mark (@event.InvokeMethod, reason, origin);
160
_context
.Annotations.Mark (@event.RemoveMethod, reason, origin);
180
_context
.Tracer.AddDirectDependency (typeRef, typeReason, marked: false);
187
TypeDefinition? type =
_context
.TryResolve (typeRef);
191
_context
.Annotations.Mark (type, typeReason, new MessageOrigin (reason.Source as ICustomAttributeProvider));
208
_context
.Annotations.Mark (field, new DependencyInfo (DependencyKind.SerializedMember, type), new MessageOrigin (type));
223
_context
.Annotations.Mark (get, new DependencyInfo (DependencyKind.SerializedMember, type), new MessageOrigin (type));
225
_context
.Annotations.Mark (set, new DependencyInfo (DependencyKind.SerializedMember, type), new MessageOrigin (type));
236
_context
.Annotations.Mark (method, new DependencyInfo (DependencyKind.SerializedMember, type), new MessageOrigin (type));