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));
211
if (!
context
.AddReflectionAnnotations)
572
if (!
context
.CustomAttributes.HasAny (member))
576
linkerAttributeInformation = LinkerAttributesInformation.Create (
context
, member);
586
if (!
context
.CustomAttributes.HasAny (member))
590
linkerAttributeInformation = LinkerAttributesInformation.Create (
context
, member);
642
while (
context
.CompilerGeneratedState.TryGetOwningMethodForCompilerGeneratedMember (member, out owningMethod)) {
667
} while (
context
.CompilerGeneratedState.TryGetOwningMethodForCompilerGeneratedMember (method, out method));