1 write to context
illink (1)
Linker\Annotations.cs (1)
77
this.
context
= context;
10 references to context
illink (10)
Linker\Annotations.cs (10)
88
return
context
.Tracer;
103
Tracer.AddRecorder (new XmlDependencyRecorder (
context
));
109
Tracer.AddRecorder (new XmlDependencyRecorder (
context
, filename));
196
if (!
context
.AddReflectionAnnotations)
557
if (!
context
.CustomAttributes.HasAny (member))
561
linkerAttributeInformation = LinkerAttributesInformation.Create (
context
, member);
571
if (!
context
.CustomAttributes.HasAny (member))
575
linkerAttributeInformation = LinkerAttributesInformation.Create (
context
, member);
627
while (
context
.CompilerGeneratedState.TryGetOwningMethodForCompilerGeneratedMember (member, out owningMethod)) {
652
} while (
context
.CompilerGeneratedState.TryGetOwningMethodForCompilerGeneratedMember (method, out method));