2 references to IsAttributeConditionallyOmitted
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Attributes.cs (2)
330
bool isConditionallyOmitted =
IsAttributeConditionallyOmitted
(attributeType, boundAttribute.SyntaxTree, ref useSiteInfo);
435
return
IsAttributeConditionallyOmitted
(baseType, syntaxTree, ref useSiteInfo);