3 references to GetAttributeOfType
Microsoft.Cci.Extensions (3)
Extensions\CSharp\CSharpCciExtensions.cs (3)
779
return
GetAttributeOfType
(attributes, attributeName) != null;
784
customAttribute = attributes?.
GetAttributeOfType
(attributeName);
816
var attribute = attributes?.
GetAttributeOfType
("System.Runtime.CompilerServices.TupleElementNamesAttribute");