1 write to context
illink (1)
Linker\Annotations.cs (1)
81
this.
context
= context;
10 references to context
illink (10)
Linker\Annotations.cs (10)
94
return
context
.Tracer;
109
Tracer.AddRecorder(new XmlDependencyRecorder(
context
));
115
Tracer.AddRecorder(new XmlDependencyRecorder(
context
, filename));
202
if (!
context
.AddReflectionAnnotations)
612
if (!
context
.CustomAttributes.HasAny(member))
617
linkerAttributeInformation = LinkerAttributesInformation.Create(
context
, member);
627
if (!
context
.CustomAttributes.HasAny(member))
632
linkerAttributeInformation = LinkerAttributesInformation.Create(
context
, member);
701
while (
context
.CompilerGeneratedState.TryGetOwningMethodForCompilerGeneratedMember(member, out owningMethod))
734
} while (
context
.CompilerGeneratedState.TryGetOwningMethodForCompilerGeneratedMember(method, out method));