8 references to Attribute
Microsoft.CodeAnalysis.CSharp (8)
Compilation\CSharpSemanticModel.cs (2)
3572
case BoundKind.
Attribute
:
3970
case BoundKind.
Attribute
:
FlowAnalysis\DefiniteAssignment.cs (1)
242
if (node.Kind == BoundKind.
Attribute
)
FlowAnalysis\NullableWalker.cs (1)
398
private bool IsAnalyzingAttribute => methodMainNode.Kind == BoundKind.
Attribute
;
Generated\BoundNodes.xml.Generated.cs (2)
6125
: base(BoundKind.
Attribute
, syntax, type, hasErrors || constructorArguments.HasErrors() || namedArguments.HasErrors())
8836
case BoundKind.
Attribute
:
Operations\CSharpOperationFactory.cs (1)
282
case BoundKind.
Attribute
:
Operations\CSharpOperationFactory_Methods.cs (1)
231
case BoundKind.
Attribute
: