1 instantiation of LinkerAttributesInformation
illink (1)
Linker\LinkerAttributesInformation.cs (1)
94
return new
LinkerAttributesInformation
(cache);
7 references to LinkerAttributesInformation
illink (7)
Linker\Annotations.cs (6)
65
readonly Dictionary<IMemberDefinition,
LinkerAttributesInformation
> linker_attributes = new Dictionary<IMemberDefinition,
LinkerAttributesInformation
>();
572
if (!linker_attributes.TryGetValue(member, out
var
linkerAttributeInformation))
574
linkerAttributeInformation =
LinkerAttributesInformation
.Create(context, member);
587
if (!linker_attributes.TryGetValue(member, out
var
linkerAttributeInformation))
589
linkerAttributeInformation =
LinkerAttributesInformation
.Create(context, member);
Linker\LinkerAttributesInformation.cs (1)
37
public static
LinkerAttributesInformation
Create(LinkContext context, IMemberDefinition provider)