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