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