text
stringlengths
9
39.2M
dir
stringlengths
25
226
lang
stringclasses
163 values
created_date
timestamp[s]
updated_date
timestamp[s]
repo_name
stringclasses
751 values
repo_full_name
stringclasses
752 values
star
int64
1.01k
183k
len_tokens
int64
1
18.5M
```smalltalk using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: Assemb...
/content/code_sandbox/test/EntityFramework.DynamicLinq.Tests/Properties/AssemblyInfo.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
171
```xml <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <Authors>Stef Heyenrath</Authors> <TargetFrameworks>net461;net8.0</TargetFrameworks> <DebugType>full</DebugType> <DefineConstants>EF;NET461</DefineConstants> <AssemblyName>EntityFramework.DynamicLinq.Tests</AssemblyNam...
/content/code_sandbox/test/EntityFramework.DynamicLinq.Tests/EntityFramework.DynamicLinq.Tests.csproj
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
1,027
```xml <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net6.0</TargetFramework> <AssemblyName>System.Linq.Dynamic.Core.Tests</AssemblyName> <DebugType>full</DebugType> <SignAssembly>True</SignAssembly> <AssemblyOriginatorKeyFile>../../src/System.Linq.Dynam...
/content/code_sandbox/test/System.Linq.Dynamic.Core.Tests.Net6/System.Linq.Dynamic.Core.Tests.Net6.csproj
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
760
```yaml - name: Home href: index.md - name: API Documentation href: obj/api/ ```
/content/code_sandbox/docfx/toc.yml
yaml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
24
```powershell <# .SYNOPSIS Builds documentation for this project into static HTML output .NOTES Author: Stef Heyenrath - @sheyenrath .LINK path_to_url path_to_url #> # For running this script: "Set-ExecutionPolicy Bypass" param ( [Switch]$Serve = $false ) Write-Host "Starting docfx build process."...
/content/code_sandbox/docfx/build-docs.ps1
powershell
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
182
```xml <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net5.0</TargetFramework> <LangVersion>10</LangVersion> <AssemblyName>System.Linq.Dynamic.Core.Tests</AssemblyName> <DebugType>full</DebugType> <SignAssembly>True</SignAssembly> <AssemblyOrigina...
/content/code_sandbox/test/System.Linq.Dynamic.Core.Tests.Net5/System.Linq.Dynamic.Core.Tests.Net5.csproj
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
668
```xml <Project> <PropertyGroup> <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> <ApplicationIcon>../../resources/logo.ico</ApplicationIcon> <Authors>ZZZ Projects;Stef Heyenrath</...
/content/code_sandbox/src/Directory.Build.props
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
295
```smalltalk using System.Runtime.InteropServices; [assembly: ComVisible(false)] [assembly: Guid("D3804228-91F4-4502-9595-39584Ea20000")] ```
/content/code_sandbox/src/Z.EntityFramework.Classic.DynamicLinq/Properties/AssemblyInfo.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
37
```smalltalk namespace EntityFramework.DynamicLinq; /// <summary> /// A dummy class to determine if the assembly is using EntityFramework. /// </summary> public struct EFType { } ```
/content/code_sandbox/src/EntityFramework.DynamicLinq/EFType.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
37
```xml <Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> <Import Project="../../version.xml" /> <PropertyGroup> <AssemblyName>Z.EntityFramework.Classic.DynamicLinq</AssemblyName> <AssemblyOriginatorKeyFile>Z.EntityFramework.Classic.DynamicLinq.snk</AssemblyOriginatorKeyFile> <Assemb...
/content/code_sandbox/src/Z.EntityFramework.Classic.DynamicLinq/Z.EntityFramework.Classic.DynamicLinq.csproj
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
455
```smalltalk using System.Runtime.InteropServices; [assembly: ComVisible(false)] [assembly: Guid("54415664-a73e-47af-b21f-e66b2db2ef14")] ```
/content/code_sandbox/src/EntityFramework.DynamicLinq/Properties/AssemblyInfo.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
36
```xml <Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> <Import Project="../../version.xml" /> <PropertyGroup> <AssemblyName>EntityFramework.DynamicLinq</AssemblyName> <AssemblyOriginatorKeyFile>EntityFramework.DynamicLinq.snk</AssemblyOriginatorKeyFile> <AssemblyTitle>EntityFramew...
/content/code_sandbox/src/EntityFramework.DynamicLinq/EntityFramework.DynamicLinq.csproj
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
471
```smalltalk using System.Runtime.InteropServices; [assembly: ComVisible(false)] #if !(NETSTANDARD2_1) [assembly: Guid("b467c675-c014-4b55-85b9-9578941d28c8")] #endif ```
/content/code_sandbox/src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore6/Properties/AssemblyInfo.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
49
```xml <Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> <Import Project="../../version.xml" /> <PropertyGroup> <AssemblyName>Microsoft.EntityFrameworkCore.DynamicLinq</AssemblyName> <AssemblyOriginatorKeyFile>../Microsoft.EntityFrameworkCore.DynamicLinq.EFCore2/Microsoft.EntityFrameworkCor...
/content/code_sandbox/src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore6/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore6.csproj
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
556
```smalltalk using System.Runtime.InteropServices; [assembly: ComVisible(false)] #if !(NETSTANDARD2_1) [assembly: Guid("b467c675-c014-4b55-85b9-9578941d2ef7")] #endif ```
/content/code_sandbox/src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore8/Properties/AssemblyInfo.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
49
```xml <Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> <Import Project="../../version.xml" /> <PropertyGroup> <AssemblyName>Microsoft.EntityFrameworkCore.DynamicLinq</AssemblyName> <AssemblyOriginatorKeyFile>../Microsoft.EntityFrameworkCore.DynamicLinq.EFCore2/Microsoft.EntityFrameworkCor...
/content/code_sandbox/src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore8/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore8.csproj
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
555
```smalltalk using System.Runtime.InteropServices; [assembly: ComVisible(false)] #if !(NETSTANDARD2_1) [assembly: Guid("b467c675-c014-4b55-85b9-9578941d2ef7")] #endif ```
/content/code_sandbox/src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore7/Properties/AssemblyInfo.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
49
```xml <Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> <Import Project="../../version.xml" /> <PropertyGroup> <AssemblyName>Microsoft.EntityFrameworkCore.DynamicLinq</AssemblyName> <AssemblyOriginatorKeyFile>../Microsoft.EntityFrameworkCore.DynamicLinq.EFCore2/Microsoft.EntityFrameworkCor...
/content/code_sandbox/src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore7/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore7.csproj
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
569
```smalltalk using System.Runtime.InteropServices; [assembly: ComVisible(false)] #if !(NETSTANDARD2_0) [assembly: Guid("b467c675-c014-4be3-85b9-9578941d28c8")] #endif ```
/content/code_sandbox/src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore2/Properties/AssemblyInfo.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
49
```xml <Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> <Import Project="../../version.xml" /> <PropertyGroup> <AssemblyName>Microsoft.EntityFrameworkCore.DynamicLinq</AssemblyName> <AssemblyOriginatorKeyFile>Microsoft.EntityFrameworkCore.DynamicLinq.snk</AssemblyOriginatorKeyFile> ...
/content/code_sandbox/src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore2/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore2.csproj
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
522
```smalltalk using System.IO; using System.Reflection; using System.Collections.Generic; using System.Linq.Dynamic.Core.Validation; namespace System.Linq.Dynamic.Core; internal class DefaultAssemblyHelper(ParsingConfig parsingConfig) : IAssemblyHelper { private readonly ParsingConfig _config = Check.NotNull(parsi...
/content/code_sandbox/src/System.Linq.Dynamic.Core/DefaultAssemblyHelper.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
352
```smalltalk using System.Reflection; namespace System.Linq.Dynamic.Core; /// <summary> /// IAssemblyHelper interface which is used to retrieve assemblies that have been loaded into the execution context of this application domain. /// </summary> public interface IAssemblyHelper { /// <summary> /// Gets the a...
/content/code_sandbox/src/System.Linq.Dynamic.Core/IAssemblyHelper.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
110
```smalltalk #pragma warning disable CS1591 // Missing XML comment for publicly visible type or member using System.Collections; using System.Text.RegularExpressions; using JetBrains.Annotations; namespace System.Linq.Dynamic.Core { #if NET46_OR_GREATER || NET5_0_OR_GREATER || NETCOREAPP2_1_OR_GREATER || NETSTANDARD...
/content/code_sandbox/src/System.Linq.Dynamic.Core/DynamicQueryableWithFormattableStringExtensions.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
4,692
```smalltalk using System.Linq.Expressions; namespace System.Linq.Dynamic.Core { internal class DynamicOrdering { public Expression Selector; public bool Ascending; public string MethodName; } } ```
/content/code_sandbox/src/System.Linq.Dynamic.Core/DynamicOrdering.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
42
```xml <Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> <Import Project="../../version.xml" /> <PropertyGroup> <AssemblyName>System.Linq.Dynamic.Core</AssemblyName> <AssemblyOriginatorKeyFile>System.Linq.Dynamic.Core.snk</AssemblyOriginatorKeyFile> <AssemblyTitle>System.Linq.Dynami...
/content/code_sandbox/src/System.Linq.Dynamic.Core/System.Linq.Dynamic.Core.csproj
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
1,258
```smalltalk namespace System.Linq.Dynamic.Core; /// <summary> /// Interface for QueryableAnalyzer. /// </summary> public interface IQueryableAnalyzer { /// <summary> /// Determines whether the specified query (and provider) supports LinqToObjects. /// </summary> /// <param name="query">The query to ch...
/content/code_sandbox/src/System.Linq.Dynamic.Core/IQueryableAnalyzer.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
118
```xml <?xml version="1.0" encoding="utf-8" ?> <!-- IL linker format: path_to_url#link-xml-file-examples --> <linker> <!--Use to solve some mono problems see path_to_url and path_to_url --> <assembly fullname="System.Core"> <type fullname="System.Linq.Queryable" preserve="all" /> </assembly> <assembly...
/content/code_sandbox/src/System.Linq.Dynamic.Core/LinkerConfig.xml
xml
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
117
```smalltalk using System.Collections; using System.Collections.Generic; using System.Linq.Dynamic.Core.Validation; using System.Reflection; namespace System.Linq.Dynamic.Core { /// <summary> /// Define extensions on <see cref="IEnumerable"/>. /// </summary> public static class DynamicEnumerableExtensi...
/content/code_sandbox/src/System.Linq.Dynamic.Core/DynamicEnumerableExtensions.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
978
```smalltalk using System.Linq.Expressions; namespace System.Linq.Dynamic.Core; internal static class ParameterExpressionHelper { public static ParameterExpression CreateParameterExpression(Type type, string name, bool renameEmpty = false) { string paramName = name; if (renameEmpty && paramNam...
/content/code_sandbox/src/System.Linq.Dynamic.Core/ParameterExpressionHelper.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
164
```smalltalk #if !(UAP10_0) using System.Collections; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Linq.Dynamic.Core.Validation; using System.Reflection; using System.Reflection.Emit; using System.Runtime.CompilerServices; using System.Text; using System....
/content/code_sandbox/src/System.Linq.Dynamic.Core/DynamicClassFactory.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
4,907
```smalltalk using System.Linq.Dynamic.Core.Validation; using System.Reflection; namespace System.Linq.Dynamic.Core; /// <summary> /// Default implementation. /// </summary> /// <seealso cref="IQueryableAnalyzer" /> public class DefaultQueryableAnalyzer : IQueryableAnalyzer { /// <inheritdoc cref="IQueryableAnaly...
/content/code_sandbox/src/System.Linq.Dynamic.Core/DefaultQueryableAnalyzer.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
404
```smalltalk using System.Collections.Generic; using System.ComponentModel; using System.Globalization; using System.Linq.Dynamic.Core.Config; using System.Linq.Dynamic.Core.CustomTypeProviders; using System.Linq.Dynamic.Core.Parser; using System.Linq.Dynamic.Core.Util.Cache; namespace System.Linq.Dynamic.Core; /// <...
/content/code_sandbox/src/System.Linq.Dynamic.Core/ParsingConfig.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
2,275
```smalltalk using System.Collections; using System.Collections.Generic; using System.Globalization; namespace System.Linq.Dynamic.Core { /// <summary> /// The result of a call to a <see cref="DynamicQueryableExtensions"/>.GroupByMany() overload. /// </summary> public class GroupResult { //...
/content/code_sandbox/src/System.Linq.Dynamic.Core/GroupResult.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
317
```smalltalk using System.Linq.Expressions; namespace System.Linq.Dynamic.Core; /// <summary> /// Extensibility point: If you want to modify expanded queries before executing them /// set your own functionality to override empty QueryOptimizer /// </summary> public class ExtensibilityPoint { /// <summary> ///...
/content/code_sandbox/src/System.Linq.Dynamic.Core/ExtensibilityPoint.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
125
```smalltalk #if !UAP10_0 && !NET35 using System.Collections.Generic; using System.Dynamic; using System.Reflection; namespace System.Linq.Dynamic.Core; /// <summary> /// Provides a base class for dynamic objects. /// /// In addition to the methods defined here, the following items are added using reflection: /// - ...
/content/code_sandbox/src/System.Linq.Dynamic.Core/DynamicClass.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
1,435
```smalltalk namespace System.Linq.Dynamic.Core { /// <summary> /// DynamicProperty /// </summary> public class DynamicProperty { /// <summary> /// Initializes a new instance of the <see cref="DynamicProperty"/> class. /// </summary> /// <param name="name">The name fr...
/content/code_sandbox/src/System.Linq.Dynamic.Core/DynamicProperty.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
207
```smalltalk #if UAP10_0 using System.Collections.Generic; using System.Dynamic; namespace System.Linq.Dynamic.Core; /// <summary> /// Provides a base class for dynamic objects for UAP10_0. /// </summary> public class DynamicClass : DynamicObject { private readonly Dictionary<string, object> _properties = new(); ...
/content/code_sandbox/src/System.Linq.Dynamic.Core/DynamicClass.uap.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
1,004
```smalltalk #if NET35 namespace System.Linq.Dynamic.Core; /// <summary> /// Provides a base class for dynamic objects for Net 3.5 /// </summary> public abstract class DynamicClass { /// <summary> /// Gets the dynamic property by name. /// </summary> /// <typeparam name="T">The type.</typeparam> //...
/content/code_sandbox/src/System.Linq.Dynamic.Core/DynamicClass.net35.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
388
```smalltalk namespace System.Linq.Dynamic.Core; internal static class Res { public const string AmbiguousConstructorInvocation = "Ambiguous invocation of '{0}' constructor"; public const string AmbiguousIndexerInvocation = "Ambiguous invocation of indexer in type '{0}'"; public const string AmbiguousMetho...
/content/code_sandbox/src/System.Linq.Dynamic.Core/Res.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
1,526
```smalltalk namespace System.Linq.Dynamic.Core { /// <summary> /// PagedResult /// </summary> public class PagedResult { /// <summary> /// Gets or sets the queryable. /// </summary> /// <value> /// The queryable. /// </value> public IQueryabl...
/content/code_sandbox/src/System.Linq.Dynamic.Core/PagedResult.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
371
```smalltalk using JetBrains.Annotations; using System.Linq.Dynamic.Core.Parser; using System.Linq.Dynamic.Core.Util; using System.Linq.Dynamic.Core.Validation; using System.Linq.Expressions; namespace System.Linq.Dynamic.Core; /// <summary> /// Helper class to convert an expression into an LambdaExpression /// </sum...
/content/code_sandbox/src/System.Linq.Dynamic.Core/DynamicExpressionParser.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
6,151
```smalltalk #if !(NET35 || NET40) using System.Collections; using System.Collections.Generic; using System.Linq.Dynamic.Core.Validation; using System.Reflection; using System.Threading; using System.Threading.Tasks; using JetBrains.Annotations; namespace System.Linq.Dynamic.Core; /// <summary> /// Define async exten...
/content/code_sandbox/src/System.Linq.Dynamic.Core/DynamicEnumerableAsyncExtensions.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
1,234
```smalltalk #if !UAP10_0 using System.Reflection; using System.Reflection.Emit; namespace System.Linq.Dynamic.Core { internal static class AssemblyBuilderFactory { /// <summary> /// Defines a dynamic assembly that has the specified name and access rights. /// </summary> /// <pa...
/content/code_sandbox/src/System.Linq.Dynamic.Core/AssemblyBuilderFactory.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
174
```smalltalk #if !NET35 && !UAP10_0 && !NETSTANDARD1_3 using System.Collections; using System.Collections.Generic; using System.Dynamic; using System.Linq.Expressions; using System.Reflection; namespace System.Linq.Dynamic.Core; /// <summary> /// </summary> /// <seealso cref="GetMemberBinder" /> internal class Dynami...
/content/code_sandbox/src/System.Linq.Dynamic.Core/DynamicGetMemberBinder.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
369
```smalltalk using System.ComponentModel; using System.Linq.Dynamic.Core.Parser; using System.Linq.Dynamic.Core.Validation; namespace System.Linq.Dynamic.Core.TypeConverters; internal class TypeConverterFactory : ITypeConverterFactory { private readonly ParsingConfig _config; #if NET6_0 static TypeConverterF...
/content/code_sandbox/src/System.Linq.Dynamic.Core/TypeConverters/TypeConverterFactory.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
347
```smalltalk #if NET6_0 using System.ComponentModel; using System.Globalization; namespace System.Linq.Dynamic.Core.TypeConverters; /// <summary> /// Based on path_to_url /// </summary> internal class DateOnlyConverter : TypeConverter { public override bool CanConvertFrom(ITypeDescriptorContext? context, Type sou...
/content/code_sandbox/src/System.Linq.Dynamic.Core/TypeConverters/DateOnlyConverter.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
291
```smalltalk using System.Collections.Generic; using System.Collections; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq.Dynamic.Core.Exceptions; using System.Linq.Dynamic.Core.Validation; using System.Linq.Expressions; using System.Reflection; using JetBrains.Annotations; using Sys...
/content/code_sandbox/src/System.Linq.Dynamic.Core/DynamicQueryableExtensions.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
29,695
```smalltalk using System.ComponentModel; namespace System.Linq.Dynamic.Core.TypeConverters; internal interface ITypeConverterFactory { /// <summary> /// Returns a type converter for the specified type. /// </summary> /// <param name="type">The System.Type of the target component.</param> /// <ret...
/content/code_sandbox/src/System.Linq.Dynamic.Core/TypeConverters/ITypeConverterFactory.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
85
```smalltalk #if NET6_0 using System.ComponentModel; using System.Globalization; namespace System.Linq.Dynamic.Core.TypeConverters; /// <summary> /// Based on path_to_url /// </summary> internal class TimeOnlyConverter : TypeConverter { public override bool CanConvertFrom(ITypeDescriptorContext? context, Type sou...
/content/code_sandbox/src/System.Linq.Dynamic.Core/TypeConverters/TimeOnlyConverter.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
291
```smalltalk using System.ComponentModel; using System.Globalization; namespace System.Linq.Dynamic.Core.TypeConverters; internal class CustomDateTimeConverter : DateTimeOffsetConverter { /// <summary> /// Converts the specified object to a <see cref="DateTime"></see>. /// </summary> /// <param name="...
/content/code_sandbox/src/System.Linq.Dynamic.Core/TypeConverters/CustomDateTimeConverter.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
222
```smalltalk namespace System.Linq.Dynamic.Core.CustomTypeProviders { /// <summary> /// Interface for providing functionality to find custom types for or resolve any type. /// Note that this interface will be marked obsolete in the next version. Use <see cref="IDynamicLinqCustomTypeProvider"/> instead. ...
/content/code_sandbox/src/System.Linq.Dynamic.Core/CustomTypeProviders/IDynamicLinkCustomTypeProvider.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
90
```smalltalk using System.Collections.Generic; using System.Reflection; namespace System.Linq.Dynamic.Core.CustomTypeProviders; /// <summary> /// Interface for providing functionality to find custom types for or resolve any type. /// </summary> public interface IDynamicLinqCustomTypeProvider { /// <summary> /...
/content/code_sandbox/src/System.Linq.Dynamic.Core/CustomTypeProviders/IDynamicLinqCustomTypeProvider.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
312
```smalltalk namespace System.Linq.Dynamic.Core.CustomTypeProviders; /// <summary> /// Indicates to Dynamic Linq to consider the Type as a valid dynamic linq type. /// </summary> [AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface | AttributeTargets.Struct | AttributeTargets.Enum, AllowMultiple = false...
/content/code_sandbox/src/System.Linq.Dynamic.Core/CustomTypeProviders/DynamicLinqTypeAttribute.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
78
```smalltalk using System.Collections.Generic; using System.Linq.Dynamic.Core.Validation; using System.Reflection; using System.Runtime.CompilerServices; namespace System.Linq.Dynamic.Core.CustomTypeProviders; /// <summary> /// The default implementation for <see cref="DefaultDynamicLinqCustomTypeProvider"/>. /// //...
/content/code_sandbox/src/System.Linq.Dynamic.Core/CustomTypeProviders/DefaultDynamicLinqCustomTypeProvider.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
957
```smalltalk using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq.Dynamic.Core.Validation; namespace System.Linq.Dynamic.Core.Extensions; [SuppressMessage("ReSharper", "PossibleMultipleEnumeration")] internal static class LinqExtensions { public static IEnumerable<T> WhereNot...
/content/code_sandbox/src/System.Linq.Dynamic.Core/Extensions/LinqExtensions.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
82
```smalltalk using System.Linq.Dynamic.Core.Tokenizer; namespace System.Linq.Dynamic.Core.Extensions; internal static class TokenIdExtensions { internal static bool IsEqualityOperator(this TokenId tokenId) { return tokenId is TokenId.Equal or TokenId.DoubleEqual or TokenId.ExclamationEqual or TokenId....
/content/code_sandbox/src/System.Linq.Dynamic.Core/Extensions/TokenIdExtensions.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
133
```smalltalk using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq.Dynamic.Core.Extensions; using System.Linq.Dynamic.Core.Validation; using System.Reflection; namespace System.Linq.Dynamic.Core.CustomTypeProviders; /// <summary> /// The abstract DynamicLinqCustomTypeProvider whic...
/content/code_sandbox/src/System.Linq.Dynamic.Core/CustomTypeProviders/AbstractDynamicLinqCustomTypeProvider.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
1,158
```smalltalk namespace System.Linq.Dynamic.Core.Tokenizer { /// <summary> /// Token /// </summary> public struct Token { /// <summary> /// The TokenId. /// </summary> public TokenId Id { get; set; } /// <summary> /// The Original TokenId. /// ...
/content/code_sandbox/src/System.Linq.Dynamic.Core/Tokenizer/Token.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
140
```smalltalk #pragma warning disable CS1591 namespace System.Linq.Dynamic.Core.Tokenizer; /// <summary> /// TokenId which defines the text which is parsed. /// </summary> public enum TokenId { Unknown, End, Identifier, StringLiteral, IntegerLiteral, RealLiteral, // ! Exclamat...
/content/code_sandbox/src/System.Linq.Dynamic.Core/Tokenizer/TokenId.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
316
```smalltalk namespace System.Linq.Dynamic.Core.Config; /// <summary> /// Defines the types of string literal parsing that can be performed. /// </summary> public enum StringLiteralParsingType : byte { /// <summary> /// Represents the default string literal parsing type. Double quotes should be escaped using t...
/content/code_sandbox/src/System.Linq.Dynamic.Core/Config/StringLiteralParsingType.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
204
```smalltalk using System.Globalization; #if !(SILVERLIGHT || WINDOWS_APP || UAP10_0 || NETSTANDARD || PORTABLE || WPSL) using System.Runtime.Serialization; #endif namespace System.Linq.Dynamic.Core.Exceptions { /// <summary> /// Represents errors that occur while parsing dynamic linq string expressions. ...
/content/code_sandbox/src/System.Linq.Dynamic.Core/Exceptions/ParseException.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
776
```smalltalk using System.Collections.Generic; using System.Globalization; using System.Linq.Dynamic.Core.Exceptions; namespace System.Linq.Dynamic.Core.Tokenizer; /// <summary> /// TextParser which can be used to parse a text into tokens. /// </summary> public class TextParser { private const char DefaultNumberD...
/content/code_sandbox/src/System.Linq.Dynamic.Core/Tokenizer/TextParser.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
2,853
```smalltalk //your_sha256_hash-------------- // <auto-generated> // This code was generated by path_to_url // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //your_sha256_hash-------------- namespace AnyOfTypes { internal enum ...
/content/code_sandbox/src/System.Linq.Dynamic.Core/AnyOfTypes/AnyOfTypes.g.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
103
```smalltalk //your_sha256_hash-------------- // <auto-generated> // This code was generated by path_to_url // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //your_sha256_hash-------------- using System; using System.Diagnostics; u...
/content/code_sandbox/src/System.Linq.Dynamic.Core/AnyOfTypes/AnyOf_2.g.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
962
```smalltalk namespace System.Linq.Dynamic.Core.Util; internal static class RuntimeInformationUtils { public static bool IsBlazorWASM; static RuntimeInformationUtils() { #if NET35 || NET40 || NET45 || NET452 || NET46 || UAP10_0 IsBlazorWASM = false; #else IsBlazorWASM = // Used...
/content/code_sandbox/src/System.Linq.Dynamic.Core/Util/RuntimeInformationUtils.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
148
```smalltalk //your_sha256_hash-------------- // <auto-generated> // This code was generated by path_to_url // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //your_sha256_hash-------------- using System.Collections.Generic; using S...
/content/code_sandbox/src/System.Linq.Dynamic.Core/AnyOfTypes/HashCodeCalculator.g.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
191
```smalltalk namespace System.Linq.Dynamic.Core.Util { internal interface IDateTimeUtils { DateTime UtcNow { get; } } internal class DateTimeUtils : IDateTimeUtils { public DateTime UtcNow => DateTime.UtcNow; } } ```
/content/code_sandbox/src/System.Linq.Dynamic.Core/Util/DateTimeUtils.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
54
```smalltalk using System.Linq.Dynamic.Core.Validation; namespace System.Linq.Dynamic.Core.Util; internal static class TaskUtils { public static void Run(Action action) { Check.NotNull(action); #if NET35 || NET40 System.Threading.ThreadPool.QueueUserWorkItem(_ => action.Invoke()); #else ...
/content/code_sandbox/src/System.Linq.Dynamic.Core/Util/TaskUtils.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
73
```smalltalk using System.Collections.Generic; using System.Linq.Dynamic.Core.Parser; using System.Linq.Expressions; using System.Reflection; namespace System.Linq.Dynamic.Core.Util; internal static class QueryableMethodFinder { public static MethodInfo GetGenericMethod(string name) { return typeof(Qu...
/content/code_sandbox/src/System.Linq.Dynamic.Core/Util/QueryableMethodFinder.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
502
```smalltalk namespace System.Linq.Dynamic.Core.Util.Cache; internal static class SlidingCacheConstants { // Default cleanup frequency public static readonly TimeSpan DefaultCleanupFrequency = TimeSpan.FromMinutes(10); // Default Time-To-Live public static readonly TimeSpan DefaultTimeToLive = TimeSpa...
/content/code_sandbox/src/System.Linq.Dynamic.Core/Util/Cache/SlidingCacheConstants.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
64
```smalltalk using System.Linq.Dynamic.Core.Validation; using System.Linq.Expressions; namespace System.Linq.Dynamic.Core.Util; /// <summary> /// Renames a single (Typed)ParameterExpression in an Expression. /// </summary> /// <seealso cref="ExpressionVisitor" /> internal class ParameterExpressionRenamer : Expression...
/content/code_sandbox/src/System.Linq.Dynamic.Core/Util/ParameterExpressionRenamer.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
479
```smalltalk namespace System.Linq.Dynamic.Core.Util.Cache; /// <summary> /// Cache Configuration Options /// </summary> public class CacheConfig { /// <summary> /// Sets a Time-To-Live (TTL) for items in the constant expression cache to prevent uncontrolled growth. /// Items not accessed within this TTL ...
/content/code_sandbox/src/System.Linq.Dynamic.Core/Util/Cache/CacheConfig.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
362
```smalltalk namespace System.Linq.Dynamic.Core.Util.Cache; internal struct CacheEntry<TValue> where TValue : notnull { public TValue Value { get; } public DateTime ExpirationTime { get; } public CacheEntry(TValue value, DateTime expirationTime) { Value = value; ExpirationTime = expi...
/content/code_sandbox/src/System.Linq.Dynamic.Core/Util/Cache/CacheEntry.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
72
```smalltalk using System.Collections.Concurrent; using System.Diagnostics.CodeAnalysis; using System.Linq.Dynamic.Core.Validation; using System.Threading; namespace System.Linq.Dynamic.Core.Util.Cache; internal class SlidingCache<TKey, TValue> where TKey : notnull where TValue : notnull { private readonly Concur...
/content/code_sandbox/src/System.Linq.Dynamic.Core/Util/Cache/SlidingCache.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
1,447
```smalltalk using System.Linq.Expressions; using System.Reflection; namespace System.Linq.Dynamic.Core.Parser { /// <summary> /// ExpressionPromoter /// </summary> public class ExpressionPromoter : IExpressionPromoter { private readonly NumberParser _numberParser; private readonly ...
/content/code_sandbox/src/System.Linq.Dynamic.Core/Parser/ExpressionPromoter.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
796
```smalltalk using System.Globalization; using System.Linq.Dynamic.Core.Exceptions; using System.Linq.Dynamic.Core.Validation; using System.Linq.Expressions; using System.Text.RegularExpressions; namespace System.Linq.Dynamic.Core.Parser { /// <summary> /// NumberParser /// </summary> public class Numb...
/content/code_sandbox/src/System.Linq.Dynamic.Core/Parser/NumberParser.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
2,141
```smalltalk using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq.Dynamic.Core.Validation; using System.Linq.Expressions; using System.Reflection; using System.Runtime.CompilerServices; namespace System.Linq.Dynamic.Core.Parser...
/content/code_sandbox/src/System.Linq.Dynamic.Core/Parser/ExpressionHelper.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
3,548
```smalltalk using System.Diagnostics.CodeAnalysis; using System.Linq.Expressions; #if UAP10_0 || NETSTANDARD1_3 using System.Reflection; #endif namespace System.Linq.Dynamic.Core.Parser; /// <summary> /// Based on gblog by graeme-hill. path_to_url /// </summary> internal class ConstantExpressionWrapper : IConstantEx...
/content/code_sandbox/src/System.Linq.Dynamic.Core/Parser/ConstantExpressionWrapper.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
1,763
```smalltalk using System.Diagnostics.CodeAnalysis; using System.Linq.Expressions; namespace System.Linq.Dynamic.Core.Parser; internal interface IExpressionHelper { bool ConvertNumericTypeToBiggestCommonTypeForBinaryOperator(ref Expression left, ref Expression right); Expression GenerateAdd(Expression left, ...
/content/code_sandbox/src/System.Linq.Dynamic.Core/Parser/IExpressionHelper.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
338
```smalltalk using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq.Dynamic.Core.Validation; using System.Reflection; namespace System.Linq.Dynamic.Core.Parser; internal static class TypeHelper { public static bool TryGetFirstGenericArgument(Type type, [NotNullWhen(true)] out T...
/content/code_sandbox/src/System.Linq.Dynamic.Core/Parser/TypeHelper.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
2,985
```smalltalk using System.Linq.Expressions; namespace System.Linq.Dynamic.Core.Parser { interface ITypeFinder { Type? FindTypeByName(string name, ParameterExpression?[]? expressions, bool forceUseCustomTypeProvider); } } ```
/content/code_sandbox/src/System.Linq.Dynamic.Core/Parser/ITypeFinder.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
48
```smalltalk using System.Diagnostics.CodeAnalysis; namespace System.Linq.Dynamic.Core.Parser; interface IKeywordsHelper { bool TryGetValue(string name, [NotNullWhen(true)] out object? keyWordOrType); } ```
/content/code_sandbox/src/System.Linq.Dynamic.Core/Parser/IKeywordsHelper.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
40
```smalltalk using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq.Dynamic.Core.Validation; using System.Linq.Expressions; namespace System.Linq.Dynamic.Core.Parser; internal class KeywordsHelper : IKeywordsHelper { public const string KEYWORD_IT = "it"; public const strin...
/content/code_sandbox/src/System.Linq.Dynamic.Core/Parser/KeywordsHelper.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
909
```smalltalk namespace System.Linq.Dynamic.Core.Parser; internal static class ConstantExpressionHelperFactory { private static readonly object Lock = new(); private static ConstantExpressionHelper? _instance; public static ConstantExpressionHelper GetInstance(ParsingConfig config) { if (_insta...
/content/code_sandbox/src/System.Linq.Dynamic.Core/Parser/ConstantExpressionHelperFactory.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
90
```smalltalk using System.Linq.Dynamic.Core.Validation; using System.Linq.Expressions; namespace System.Linq.Dynamic.Core.Parser { internal class TypeFinder : ITypeFinder { private readonly IKeywordsHelper _keywordsHelper; private readonly ParsingConfig _parsingConfig; public TypeFinde...
/content/code_sandbox/src/System.Linq.Dynamic.Core/Parser/TypeFinder.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
551
```smalltalk using System.Collections.Concurrent; using System.Collections.Generic; using System.Reflection; namespace System.Linq.Dynamic.Core.Parser { internal static class EnumerationsFromMscorlib { /// <summary> /// All Enum types from mscorlib/netstandard. /// </summary> pu...
/content/code_sandbox/src/System.Linq.Dynamic.Core/Parser/EnumerationsFromMscorlib.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
372
```smalltalk using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq.Dynamic.Core.Validation; namespace System.Linq.Dynamic.Core.Parser; internal static class PredefinedTypesHelper { // These shorthands have different name than actual type and therefore not recognized by default f...
/content/code_sandbox/src/System.Linq.Dynamic.Core/Parser/PredefinedTypesHelper.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
1,237
```smalltalk using System.Linq.Expressions; namespace System.Linq.Dynamic.Core.Parser { /// <summary> /// Expression promoter is used to promote object or value types /// to their destination type when an automatic promotion is available /// such as: int to int? /// </summary> public interface ...
/content/code_sandbox/src/System.Linq.Dynamic.Core/Parser/IExpressionPromoter.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
184
```smalltalk using System.Linq.Expressions; namespace System.Linq.Dynamic.Core.Parser; internal static class Constants { public static bool IsNull(Expression exp) { return exp is ConstantExpression { Value: null }; } } ```
/content/code_sandbox/src/System.Linq.Dynamic.Core/Parser/Constants.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
44
```smalltalk using System.Diagnostics.CodeAnalysis; using System.Linq.Dynamic.Core.Util.Cache; using System.Linq.Dynamic.Core.Validation; using System.Linq.Expressions; namespace System.Linq.Dynamic.Core.Parser; internal class ConstantExpressionHelper { private readonly SlidingCache<object, Expression> _expressio...
/content/code_sandbox/src/System.Linq.Dynamic.Core/Parser/ConstantExpressionHelper.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
248
```smalltalk using System.Globalization; using System.Linq.Dynamic.Core.Exceptions; using System.Text.RegularExpressions; namespace System.Linq.Dynamic.Core.Parser; /// <summary> /// Parse a Double and Single Quoted string. /// Some parts of the code is based on path_to_url /// </summary> internal static class String...
/content/code_sandbox/src/System.Linq.Dynamic.Core/Parser/StringParser.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
393
```smalltalk using System.Collections.Generic; namespace System.Linq.Dynamic.Core.Parser; internal class WrappedValue<TValue> { public TValue Value { get; } public WrappedValue(TValue value) { Value = value; } public static bool operator ==(WrappedValue<TValue>? left, WrappedValue<TValue...
/content/code_sandbox/src/System.Linq.Dynamic.Core/Parser/WrappedValue.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
409
```smalltalk using System.Diagnostics.CodeAnalysis; using System.Linq.Expressions; namespace System.Linq.Dynamic.Core.Parser; internal interface IConstantExpressionWrapper { void Wrap(ref Expression expression); bool TryUnwrapAsValue<TValue>(MemberExpression? expression, [NotNullWhen(true)] out TValue? value...
/content/code_sandbox/src/System.Linq.Dynamic.Core/Parser/IConstantExpressionWrapper.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
86
```smalltalk namespace System.Linq.Dynamic.Core.Parser.SupportedOperands; internal interface ISubtractSignatures : IAddSignatures { void F(DateTime x, DateTime y); void F(DateTime x, DateTime? y); void F(DateTime? x, DateTime y); void F(DateTime? x, DateTime? y); } ```
/content/code_sandbox/src/System.Linq.Dynamic.Core/Parser/SupportedOperands/ISubtractSignatures.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
68
```smalltalk namespace System.Linq.Dynamic.Core.Parser.SupportedOperands; internal interface IArithmeticSignatures { void F(int x, int y); void F(uint x, uint y); void F(long x, long y); void F(ulong x, ulong y); void F(float x, float y); void F(double x, double y); void F(decimal x, decima...
/content/code_sandbox/src/System.Linq.Dynamic.Core/Parser/SupportedOperands/IArithmeticSignatures.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
164
```smalltalk namespace System.Linq.Dynamic.Core.Parser.SupportedOperands; internal interface IAddSignatures : IArithmeticSignatures { void F(TimeSpan x, TimeSpan y); void F(TimeSpan x, TimeSpan? y); void F(TimeSpan? x, TimeSpan y); void F(TimeSpan? x, TimeSpan? y); void F(DateTime x, TimeSpan y...
/content/code_sandbox/src/System.Linq.Dynamic.Core/Parser/SupportedOperands/IAddSignatures.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
107
```smalltalk namespace System.Linq.Dynamic.Core.Parser.SupportedOperands { internal interface IShiftSignatures { void F(int x, int y); void F(uint x, int y); void F(long x, int y); void F(ulong x, int y); void F(int? x, int y); void F(uint? x, int y); void...
/content/code_sandbox/src/System.Linq.Dynamic.Core/Parser/SupportedOperands/IShiftSignatures.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
190
```smalltalk namespace System.Linq.Dynamic.Core.Parser.SupportedOperands { internal interface ILogicalSignatures { void F(bool x, bool y); void F(bool? x, bool? y); } } ```
/content/code_sandbox/src/System.Linq.Dynamic.Core/Parser/SupportedOperands/ILogicalSignatures.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
46
```smalltalk namespace System.Linq.Dynamic.Core.Parser.SupportedOperands; internal interface IRelationalSignatures : IArithmeticSignatures { void F(string x, string y); void F(char x, char y); void F(DateTime x, DateTime y); void F(DateTimeOffset x, DateTimeOffset y); void F(TimeSpan x, TimeSpa...
/content/code_sandbox/src/System.Linq.Dynamic.Core/Parser/SupportedOperands/IRelationalSignatures.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
178
```smalltalk namespace System.Linq.Dynamic.Core.Parser.SupportedOperands { internal interface INegationSignatures { void F(int x); void F(long x); void F(float x); void F(double x); void F(decimal x); void F(int? x); void F(long? x); void F(float? ...
/content/code_sandbox/src/System.Linq.Dynamic.Core/Parser/SupportedOperands/INegationSignatures.cs
smalltalk
2016-04-08T16:41:51
2024-08-16T05:55:59
System.Linq.Dynamic.Core
zzzprojects/System.Linq.Dynamic.Core
1,537
92