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