3 overrides of TypeRequiresAttribute
Microsoft.CodeAnalysis.CSharp.Test.Utilities (3)
NativeIntegerAttributesVisitor.cs (1)
37protected override bool TypeRequiresAttribute(TypeSymbol? type) => type?.ContainsNativeIntegerWrapperType() == true;
NullableAttributesVisitor.cs (1)
119protected override bool TypeRequiresAttribute(TypeSymbol? type)
RequiredMemberAttributesVisitor.cs (1)
76protected override bool TypeRequiresAttribute(TypeSymbol? type)