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)
1 reference to TypeRequiresAttribute
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
TestAttributesVisitor.cs (1)
142
Debug.Assert((!
TypeRequiresAttribute
(type)) || (attribute != null));