1 instantiation of LinkerAttributesInformation
illink (1)
Linker\LinkerAttributesInformation.cs (1)
87
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
> ();
575
if (!linker_attributes.TryGetValue (member, out
var
linkerAttributeInformation)) {
576
linkerAttributeInformation =
LinkerAttributesInformation
.Create (context, member);
589
if (!linker_attributes.TryGetValue (member, out
var
linkerAttributeInformation)) {
590
linkerAttributeInformation =
LinkerAttributesInformation
.Create (context, member);
Linker\LinkerAttributesInformation.cs (1)
35
public static
LinkerAttributesInformation
Create (LinkContext context, IMemberDefinition provider)