5 references to GetCustomAttributes
illink (5)
Linker.Dataflow\FlowAnnotations.cs (1)
202
foreach (var attribute in _context.CustomAttributes.
GetCustomAttributes
(provider)) {
Linker\CustomAttributeSource.cs (1)
57
foreach (var attr in
GetCustomAttributes
(provider)) {
Linker\LinkerAttributesInformation.cs (1)
41
foreach (var customAttribute in context.CustomAttributes.
GetCustomAttributes
(provider)) {
Linker\UnconditionalSuppressMessageAttributeState.cs (2)
265
foreach (var ca in _context.CustomAttributes.
GetCustomAttributes
(provider)) {
290
var attributes = _context.CustomAttributes.
GetCustomAttributes
(provider).