5 references to HasAttributeOfType
Microsoft.Cci.Extensions (5)
Extensions\CSharp\CSharpCciExtensions.cs (5)
690return method.Attributes.HasAttributeOfType("System.Runtime.CompilerServices.ExtensionAttribute"); 795return attributes.HasAttributeOfType("System.Runtime.CompilerServices.IsByRefLikeAttribute"); 800return attributes.HasAttributeOfType("System.Runtime.CompilerServices.IsReadOnlyAttribute"); 805return attributes.HasAttributeOfType("System.Runtime.CompilerServices.NativeIntegerAttribute"); 810return attributes.HasAttributeOfType("System.Runtime.CompilerServices.RequiredMemberAttribute");