1 write to _linkerAttributes
illink (1)
Linker\LinkerAttributesInformation.cs (1)
20
this.
_linkerAttributes
= cache;
4 references to _linkerAttributes
illink (4)
Linker\LinkerAttributesInformation.cs (4)
92
return
_linkerAttributes
!= null && TryFindAttributeList (
_linkerAttributes
, typeof (T), out _);
97
if (
_linkerAttributes
== null)
100
if (!TryFindAttributeList (
_linkerAttributes
, typeof (T), out var attributeList))