8 references to Attribute
Microsoft.CodeAnalysis.CSharp (8)
Compilation\CSharpSemanticModel.cs (2)
3579
case BoundKind.
Attribute
:
3982
case BoundKind.
Attribute
:
FlowAnalysis\DefiniteAssignment.cs (1)
241
if (node.Kind == BoundKind.
Attribute
)
FlowAnalysis\NullableWalker.cs (1)
431
private bool IsAnalyzingAttribute => methodMainNode.Kind == BoundKind.
Attribute
;
Generated\BoundNodes.xml.Generated.cs (2)
6238
: base(BoundKind.
Attribute
, syntax, type, hasErrors || constructorArguments.HasErrors() || namedArguments.HasErrors())
9160
case BoundKind.
Attribute
:
Operations\CSharpOperationFactory.cs (1)
286
case BoundKind.
Attribute
:
Operations\CSharpOperationFactory_Methods.cs (1)
225
case BoundKind.
Attribute
: