1 write to _embeddedXmlInfos
illink (1)
Linker\CustomAttributeSource.cs (1)
20
_embeddedXmlInfos
= new Dictionary<AssemblyDefinition, AttributeInfo?> ();
3 references to _embeddedXmlInfos
illink (3)
Linker\CustomAttributeSource.cs (3)
42
if (!
_embeddedXmlInfos
.TryGetValue (assembly, out xmlInfo)) {
47
_embeddedXmlInfos
.Add (assembly, new AttributeInfo ());
49
_embeddedXmlInfos
[assembly] = xmlInfo;