8 references to LoadKeyword
Microsoft.CodeAnalysis.CSharp (7)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Syntax.xml.Main.Generated.cs (2)
6638if (loadKeyword.Kind() != SyntaxKind.LoadKeyword) throw new ArgumentException(nameof(loadKeyword)); 6646=> SyntaxFactory.LoadDirectiveTrivia(SyntaxFactory.Token(SyntaxKind.HashToken), SyntaxFactory.Token(SyntaxKind.LoadKeyword), file, SyntaxFactory.Token(SyntaxKind.EndOfDirectiveToken), isActive);
Parser\DirectiveParser.cs (1)
102case SyntaxKind.LoadKeyword:
Syntax\SyntaxKindFacts.cs (4)
103case SyntaxKind.LoadKeyword: 241case SyntaxKind.LoadKeyword: 1226return SyntaxKind.LoadKeyword; 1778case SyntaxKind.LoadKeyword:
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\LoadKeywordRecommender.cs (1)
11internal sealed class LoadKeywordRecommender() : AbstractSyntacticSingleKeywordRecommender(SyntaxKind.LoadKeyword, isValidInPreprocessorContext: true)