1 write to _attributeInfo
illink (1)
Linker.Steps\LinkAttributesParser.cs (1)
34
_attributeInfo
= xmlInfo;
7 references to _attributeInfo
illink (7)
Linker.Steps\LinkAttributesParser.cs (7)
495
Debug.Assert (
_attributeInfo
!= null);
503
if (parameter.HasCustomAttributes ||
_attributeInfo
.CustomAttributes.ContainsKey (parameter))
505
_attributeInfo
.AddCustomAttributes (parameter, attributes, origins);
516
Debug.Assert (
_attributeInfo
!= null);
523
_attributeInfo
.AddCustomAttributes (method.MethodReturnType, attributes, origins);
585
Debug.Assert (
_attributeInfo
!= null);
588
_attributeInfo
.AddCustomAttributes (provider, attributes, origins);