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