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