Skip to content
Navigation Menu
Toggle navigation
Sign in
Product
GitHub Copilot
Write better code with AI
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
github
/
codeql
Public
Notifications
You must be signed in to change notification settings
Fork
1.7k
Star
8.3k
Code
Issues
843
Pull requests
371
Discussions
Actions
Projects
0
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security
Insights
Commits
Breadcrumbs
History for
codeql
csharp
extractor
Semmle.Extraction.CSharp
Entities
Field.cs
on
main
User selector
All users
Datepicker
All time
Commit History
Commits on Nov 14, 2024
Move all classes to the Semmle.Extraction.CSharp namespace
tamasvajk
committed
9057994
Copy full SHA for 9057994
Commits on Nov 13, 2024
Move location-like entities to the Semmle.Extraction.CSharp namespace
tamasvajk
committed
b7098b7
Copy full SHA for b7098b7
Commits on Sep 16, 2024
C#: Remove metadata_handle part of the extractor implementation.
michaelnebel
committed
0104f96
Copy full SHA for 0104f96
Commits on Apr 3, 2024
C#: Mark more expressions as compiler generated
hvitved
committed
d93d658
Copy full SHA for d93d658
Commits on Aug 21, 2023
C#: Re-arrange using statements.
michaelnebel
committed
864f60f
Copy full SHA for 864f60f
Commits on Feb 9, 2023
C#: Re-factor. Introduce variablekind enum.
michaelnebel
committed
7e174dc
Copy full SHA for 7e174dc
Commits on Jan 30, 2023
C#: Extraction of ref modifier for fields.
michaelnebel
committed
3a4ec90
Copy full SHA for 3a4ec90
Commits on May 6, 2021
C#: Escape IDs in TRAP label definitions
hvitved
committed
fab8400
Copy full SHA for fab8400
Commits on Mar 16, 2021
Merge pull request #5242 from tamasvajk/feature/tuple-df
Show description for 2414019
tamasvajk
authored
2414019
Copy full SHA for 2414019
Commits on Mar 9, 2021
Extract non-named tuple types
tamasvajk
committed
1d70bfd
Copy full SHA for 1d70bfd
Commits on Mar 5, 2021
C#: Use `is [not] null` throughout in the extractor
hvitved
committed
63686b5
Copy full SHA for 63686b5
Commits on Mar 3, 2021
C#: Enable nullability in csharp extraction project v1
tamasvajk
committed
10ab17a
Copy full SHA for 10ab17a
Commits on Feb 24, 2021
C#: Split 'Context' class between CIL and source extraction
tamasvajk
committed
5fca946
Copy full SHA for 5fca946
Commits on Feb 16, 2021
C#: Rename CachedEntity.symbol to Symbol
tamasvajk
committed
199e937
Copy full SHA for 199e937
Commits on Feb 15, 2021
Move location creation to instance method on context
tamasvajk
committed
4f693be
Copy full SHA for 4f693be
Commits on Jan 15, 2021
C#: Improved extraction of type nullability
hvitved
committed
9a9a577
Copy full SHA for 9a9a577
Commits on Oct 14, 2020
C#: Change public fields to properties
tamasvajk
committed
5a91736
Copy full SHA for 5a91736
Commits on Oct 13, 2020
C#: Use var everywhere
tamasvajk
committed
aec4481
Copy full SHA for aec4481
C#: Add declaration visibility modifiers
tamasvajk
committed
7d544e3
Copy full SHA for 7d544e3
C#: Reformat LINQ extension method call-chains
tamasvajk
committed
7f86768
Copy full SHA for 7f86768
C#: Remove unnecessary usings
tamasvajk
committed
b793af5
Copy full SHA for b793af5
Commits on Sep 28, 2020
C#: Extract constant value of enum member equal clauses
tamasvajk
committed
77bb1b2
Copy full SHA for 77bb1b2
Commits on Sep 2, 2020
C#: Remove assembly prefix from all extractor IDs
hvitved
committed
d17f88b
Copy full SHA for d17f88b
C#: Take nullability into account when creating symbol entities. Otherwise, an entity with the wrong (cached) nullability could be created.
calumgrant
authored and
hvitved
committed
cd51a67
Copy full SHA for cd51a67
Commits on Apr 22, 2020
Revert "C#: Improve db consistency by removing assembly id"
hvitved
authored
8c0c283
Copy full SHA for 8c0c283
Commits on Apr 20, 2020
C#: Take nullability into account when creating symbol entities. Otherwise, an entity with the wrong (cached) nullability could be created.
calumgrant
committed
ead9167
Copy full SHA for ead9167
Commits on Nov 12, 2019
C#: Fix DB inconsistencies, and rework id generation.
calumgrant
committed
61ab943
Copy full SHA for 61ab943
Commits on Aug 30, 2019
C#: Address review comments.
calumgrant
committed
0129b42
Copy full SHA for 0129b42
C#: Resolve merge conflicts.
calumgrant
committed
02fd51a
Copy full SHA for 02fd51a
C#: Remove the tuples from the C# extractor.
calumgrant
committed
fe7e90e
Copy full SHA for fe7e90e
C#: Refactoring expression and statement population.
calumgrant
committed
486c192
Copy full SHA for 486c192
C#: Remove ITrapBuilder in favour of TextWriter.
calumgrant
committed
e41e8d6
Copy full SHA for e41e8d6
Commits on Aug 15, 2019
C#: Extract assignments for field/property initializers
hvitved
committed
495e5bc
Copy full SHA for 495e5bc
Commits on Jun 26, 2019
C#: Address review comments part 1.
calumgrant
committed
620ecc8
Copy full SHA for 620ecc8
C#: Implement type annotations for nullability, parameter kinds and method returns.
calumgrant
committed
4aa1947
Copy full SHA for 4aa1947
Pagination
Previous
Next
You can’t perform that action at this time.