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