7 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");
Microsoft.DotNet.GenAPI (2)
GenAPITask.cs (2)
217assembly.Attributes.HasAttributeOfType(InternalsVisibleTypeName); 245assemblies.Any(assembly => assembly.Attributes.HasAttributeOfType(InternalsVisibleTypeName));