25 references to AssemblyKeyword
Microsoft.CodeAnalysis.VisualBasic (13)
Generated\Syntax.xml.Main.Generated.vb (4)
12466Case SyntaxKind.AssemblyKeyword : 44292SyntaxKind.AssemblyKeyword, 45152SyntaxKind.AssemblyKeyword, 45670Case SyntaxKind.AssemblyKeyword
Parser\Parser.vb (3)
674If TryTokenAsKeyword(nextToken, kind) AndAlso (kind = SyntaxKind.AssemblyKeyword OrElse 5486assemblyOrModuleKeyword = InternalSyntaxFactory.MissingKeyword(SyntaxKind.AssemblyKeyword) 5584TryTokenAsContextualKeyword(token, SyntaxKind.AssemblyKeyword, keyword)
Scanner\KeywordTable.vb (1)
178SyntaxKind.AssemblyKeyword, None,
Symbols\Symbol_Attributes.vb (1)
386Case SyntaxKind.AssemblyKeyword
Syntax\InternalSyntax\SyntaxNodeFactories.vb (1)
321SyntaxKind.AssemblyKeyword,
Syntax\SyntaxKindFacts.vb (2)
249SyntaxKind.AssemblyKeyword, 776{"assembly", SyntaxKind.AssemblyKeyword},
Syntax\SyntaxNodeFactories.vb (1)
636SyntaxKind.AssemblyKeyword,
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (3)
src\803dd697347c359e\VisualBasicRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer.vb (1)
20Case SyntaxKind.AssemblyKeyword, SyntaxKind.ModuleKeyword
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\SyntaxTokenExtensions.vb (1)
238Return token.Kind() = SyntaxKind.AssemblyKeyword OrElse
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxFacts.vb (1)
1198Return IsGlobalAttribute(node, SyntaxKind.AssemblyKeyword)
Microsoft.CodeAnalysis.VisualBasic.Features (3)
CodeFixes\Suppression\VisualBasicSuppressionCodeFixProvider.vb (2)
104attributesStatement.AttributeLists.All(Function(attributeList) attributeList.Attributes.All(Function(a) a.Target.AttributeModifier.Kind() = SyntaxKind.AssemblyKeyword)) 169Dim attributeTarget = If(isAssemblyAttribute, SyntaxFactory.AttributeTarget(SyntaxFactory.Token(SyntaxKind.AssemblyKeyword)), Nothing)
src\803dd697347c359e\VisualBasicRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer.vb (1)
20Case SyntaxKind.AssemblyKeyword, SyntaxKind.ModuleKeyword
Microsoft.CodeAnalysis.VisualBasic.Workspaces (4)
CodeGeneration\VisualBasicSyntaxGenerator.vb (2)
1546Return attr.Target IsNot Nothing AndAlso attr.Target.AttributeModifier.IsKind(SyntaxKind.AssemblyKeyword) 1559Return attr.WithTarget(SyntaxFactory.AttributeTarget(SyntaxFactory.Token(SyntaxKind.AssemblyKeyword)))
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\SyntaxTokenExtensions.vb (1)
238Return token.Kind() = SyntaxKind.AssemblyKeyword OrElse
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxFacts.vb (1)
1198Return IsGlobalAttribute(node, SyntaxKind.AssemblyKeyword)
Roslyn.Diagnostics.VisualBasic.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\SyntaxTokenExtensions.vb (1)
238Return token.Kind() = SyntaxKind.AssemblyKeyword OrElse
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxFacts.vb (1)
1198Return IsGlobalAttribute(node, SyntaxKind.AssemblyKeyword)