1 write to context
illink (1)
Linker\Annotations.cs (1)
78
this.
context
= context;
10 references to context
illink (10)
Linker\Annotations.cs (10)
91
return
context
.Tracer;
106
Tracer.AddRecorder(new XmlDependencyRecorder(
context
));
112
Tracer.AddRecorder(new XmlDependencyRecorder(
context
, filename));
199
if (!
context
.AddReflectionAnnotations)
570
if (!
context
.CustomAttributes.HasAny(member))
575
linkerAttributeInformation = LinkerAttributesInformation.Create(
context
, member);
585
if (!
context
.CustomAttributes.HasAny(member))
590
linkerAttributeInformation = LinkerAttributesInformation.Create(
context
, member);
659
while (
context
.CompilerGeneratedState.TryGetOwningMethodForCompilerGeneratedMember(member, out owningMethod))
692
} while (
context
.CompilerGeneratedState.TryGetOwningMethodForCompilerGeneratedMember(method, out method));