-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pack bits in SourceOrdinaryMethodSymbol into an existing bitflag stru…
…cture we have for all source methods (#68158) * Pack bits in SourceOrdinaryMethodSymbol into an existing bitflag structure we have for all source methods (#68132) * In progresS * Utilize * initialize once * Save space in other methods * reorder * reorder * Move down * Reorder * Simplify * Add docs * move up * Compute IsVarArg up front * Remove unused usings * Remove * Remove passing of flag * move up and make non-virtual * "move up and make sealed" * move up and make sealed * use properties instead of flags * Make parameters non-optional * Pass all args * move more down * move more down * Pass all args * move more down * move more down * move more down * move more down * Name consistently * Set flag consistently * Rename * Fix usage of hasBody where it means hasBlockBody * Change to true * Change to true * Fix vararg check * Change to true * NRT * Pass values explicitly * Add assert * Flip depending on if something is abstract or not. * Update check * Fix ocmment * Fix ocmment * Update src/Compilers/CSharp/Portable/Symbols/Source/SourceConstructorSymbol.cs
- Loading branch information
1 parent
69f87c6
commit 35d72b8
Showing
31 changed files
with
195 additions
and
316 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.