38 references to VolatileKeyword
Microsoft.CodeAnalysis.CSharp (11)
Parser\LanguageParser.cs (6)
1330case SyntaxKind.VolatileKeyword: 2468case SyntaxKind.VolatileKeyword: 9266case SyntaxKind.VolatileKeyword: 10866else if (k is SyntaxKind.ReadOnlyKeyword or SyntaxKind.VolatileKeyword) 10916case SyntaxKind.VolatileKeyword: 11002case SyntaxKind.VolatileKeyword:
SymbolDisplay\SymbolDisplayVisitor.Members.cs (1)
919AddKeyword(SyntaxKind.VolatileKeyword);
Symbols\Source\ModifierUtils.cs (2)
337return SyntaxFacts.GetText(SyntaxKind.VolatileKeyword); 409case SyntaxKind.VolatileKeyword:
Syntax\SyntaxKindFacts.cs (2)
981return SyntaxKind.VolatileKeyword; 1682case SyntaxKind.VolatileKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (4)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
110public static readonly SyntaxToken VolatileKeyword = Token(SyntaxKind.VolatileKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeStyle\CSharpCodeStyleOptions.cs (1)
177SyntaxKind.VolatileKeyword,
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxTokenExtensions.cs (1)
97case SyntaxKind.VolatileKeyword:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpAccessibilityFacts.cs (1)
137SyntaxKind.VolatileKeyword => Modifiers.Volatile,
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Utilities\SyntaxKindSet.cs (2)
47SyntaxKind.VolatileKeyword, 61SyntaxKind.VolatileKeyword,
Microsoft.CodeAnalysis.CSharp.Features (8)
Completion\KeywordRecommenders\NewKeywordRecommender.cs (1)
30SyntaxKind.VolatileKeyword,
Completion\KeywordRecommenders\RefKeywordRecommender.cs (1)
55SyntaxKind.VolatileKeyword,
Completion\KeywordRecommenders\StaticKeywordRecommender.cs (3)
37SyntaxKind.VolatileKeyword, 53SyntaxKind.VolatileKeyword, 66SyntaxKind.VolatileKeyword,
Completion\KeywordRecommenders\UnsafeKeywordRecommender.cs (2)
42SyntaxKind.VolatileKeyword, 54SyntaxKind.VolatileKeyword,
Completion\KeywordRecommenders\VolatileKeywordRecommender.cs (1)
13internal sealed class VolatileKeywordRecommender() : AbstractSyntacticSingleKeywordRecommender(SyntaxKind.VolatileKeyword)
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
110public static readonly SyntaxToken VolatileKeyword = Token(SyntaxKind.VolatileKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeStyle\CSharpCodeStyleOptions.cs (1)
177SyntaxKind.VolatileKeyword,
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxTokenExtensions.cs (1)
97case SyntaxKind.VolatileKeyword:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpAccessibilityFacts.cs (1)
137SyntaxKind.VolatileKeyword => Modifiers.Volatile,
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Utilities\SyntaxKindSet.cs (2)
47SyntaxKind.VolatileKeyword, 61SyntaxKind.VolatileKeyword,
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\NativeCSharpTokenizer.cs (1)
43CSharpSyntaxKind.VolatileKeyword,
Roslyn.Diagnostics.CSharp.Analyzers (6)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
110public static readonly SyntaxToken VolatileKeyword = Token(SyntaxKind.VolatileKeyword);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeStyle\CSharpCodeStyleOptions.cs (1)
177SyntaxKind.VolatileKeyword,
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxTokenExtensions.cs (1)
97case SyntaxKind.VolatileKeyword:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpAccessibilityFacts.cs (1)
137SyntaxKind.VolatileKeyword => Modifiers.Volatile,
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Utilities\SyntaxKindSet.cs (2)
47SyntaxKind.VolatileKeyword, 61SyntaxKind.VolatileKeyword,