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