5 references to GetCustomAttributes
illink (5)
Linker.Dataflow\FlowAnnotations.cs (1)
205
foreach (var attribute in _context.CustomAttributes.
GetCustomAttributes
(provider))
Linker\CustomAttributeSource.cs (1)
59
foreach (var attr in
GetCustomAttributes
(provider))
Linker\LinkerAttributesInformation.cs (1)
43
foreach (var customAttribute in context.CustomAttributes.
GetCustomAttributes
(provider))
Linker\UnconditionalSuppressMessageAttributeState.cs (2)
289
foreach (var ca in _context.CustomAttributes.
GetCustomAttributes
(provider))
316
var attributes = _context.CustomAttributes.
GetCustomAttributes
(provider).