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