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