38 references to VolatileKeyword
Microsoft.CodeAnalysis.CSharp (11)
Parser\LanguageParser.cs (6)
1048case SyntaxKind.VolatileKeyword: 2024case SyntaxKind.VolatileKeyword: 8230case SyntaxKind.VolatileKeyword: 9668if (k is SyntaxKind.ReadOnlyKeyword or SyntaxKind.VolatileKeyword) 9720case SyntaxKind.VolatileKeyword: 9805case SyntaxKind.VolatileKeyword:
SymbolDisplay\SymbolDisplayVisitor.Members.cs (1)
915AddKeyword(SyntaxKind.VolatileKeyword);
Symbols\Source\ModifierUtils.cs (2)
305return SyntaxFacts.GetText(SyntaxKind.VolatileKeyword); 371case SyntaxKind.VolatileKeyword:
Syntax\SyntaxKindFacts.cs (2)
923return SyntaxKind.VolatileKeyword; 1563case SyntaxKind.VolatileKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
CSharpAccessibilityFacts.cs (1)
142SyntaxKind.VolatileKeyword => DeclarationModifiers.Volatile,
CSharpIdeCodeStyleOptions.cs (1)
28SyntaxKind.VolatileKeyword,
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxTreeExtensions.cs\SyntaxTreeExtensions.cs (1)
47case SyntaxKind.VolatileKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
SyntaxKindSet.cs (2)
47SyntaxKind.VolatileKeyword, 61SyntaxKind.VolatileKeyword,
Microsoft.CodeAnalysis.CSharp.Features (8)
Completion\KeywordRecommenders\NewKeywordRecommender.cs (1)
31SyntaxKind.VolatileKeyword,
Completion\KeywordRecommenders\RefKeywordRecommender.cs (1)
57SyntaxKind.VolatileKeyword,
Completion\KeywordRecommenders\StaticKeywordRecommender.cs (3)
36SyntaxKind.VolatileKeyword, 52SyntaxKind.VolatileKeyword, 65SyntaxKind.VolatileKeyword,
Completion\KeywordRecommenders\UnsafeKeywordRecommender.cs (2)
41SyntaxKind.VolatileKeyword, 53SyntaxKind.VolatileKeyword,
Completion\KeywordRecommenders\VolatileKeywordRecommender.cs (1)
26: base(SyntaxKind.VolatileKeyword)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (6)
Parsing\DeclarationParsingTests.cs (2)
3747TestClassFieldModifier(SyntaxKind.VolatileKeyword); 3802TestClassEventFieldModifier(SyntaxKind.VolatileKeyword);
Parsing\ScriptParsingTests.cs (2)
967NewModifier_WithOtherModifier("volatile", SyntaxKind.VolatileKeyword); 2503N(SyntaxKind.VolatileKeyword);
Parsing\StatementParsingTests.cs (1)
748Assert.Equal(SyntaxKind.VolatileKeyword, ds.Modifiers[0].Kind());
Parsing\TopLevelStatementsParsingTests.cs (1)
1933N(SyntaxKind.VolatileKeyword);
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
1724list.Add(SyntaxFactory.Token(SyntaxKind.VolatileKeyword));
CSharpAccessibilityFacts.cs (1)
142SyntaxKind.VolatileKeyword => DeclarationModifiers.Volatile,
CSharpIdeCodeStyleOptions.cs (1)
28SyntaxKind.VolatileKeyword,
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxTreeExtensions.cs\SyntaxTreeExtensions.cs (1)
47case SyntaxKind.VolatileKeyword:
SyntaxKindSet.cs (2)
47SyntaxKind.VolatileKeyword, 61SyntaxKind.VolatileKeyword,
Microsoft.VisualStudio.LanguageServices.CSharp (2)
CodeModel\ModifierFlagsExtensions.cs (2)
33{ ModifierFlags.Volatile, SyntaxKind.VolatileKeyword }, 86case SyntaxKind.VolatileKeyword: