43 references to Aggregate
Aspire.Hosting (1)
GenerateDocumentationAndConfigFiles (2)
ILAssembler (10)
GrammarVisitor.cs (10)
522=> new(context.asmAttrAny().Select(VisitAsmAttrAny).Aggregate((AssemblyFlags)0, (lhs, rhs) => lhs | rhs));
1131newTypeDef.Attributes = classAttrs.Select(VisitClassAttr).Aggregate(
2279var attrs = context.exptAttr().Select(VisitExptAttr).Aggregate((TypeAttributes)0, (a, b) => a | b);
2443var fieldAttrs = context.fieldAttr().Select(VisitFieldAttr).Aggregate((FieldAttributes)0, (a, b) => a | b);
2699bool hasMetadata = context.fileAttr().Aggregate(true, (acc, attr) => acc || VisitFileAttr(attr).Value);
2700bool isEntrypoint = context.fileEntry().Aggregate(true, (acc, attr) => acc || VisitFileEntry(attr).Value);
3902methodDefinition.MethodAttributes = context.methAttr().Aggregate((MethodAttributes)0, (acc, attr) => acc | VisitMethAttr(attr));
3972methodDefinition.ImplementationAttributes = context.implAttr().Aggregate((MethodImplAttributes)0, (acc, attr) => acc | VisitImplAttr(attr));
4554var propAttrs = context.propAttr().Select(VisitPropAttr).Aggregate((PropertyAttributes)0, (a, b) => a | b);
5050.Aggregate(
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Microsoft.Build (2)
Microsoft.Build.Framework (2)
Microsoft.CodeAnalysis.Analyzers (2)
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
Microsoft.CodeAnalysis.CodeStyle (1)
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
Microsoft.CodeAnalysis.Extensions.Package (1)
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
Microsoft.CodeAnalysis.Workspaces (3)
Microsoft.Extensions.Configuration (1)
Microsoft.ML.EntryPoints (1)
Microsoft.TemplateEngine.Cli (4)
Microsoft.TemplateEngine.Edge (2)
Microsoft.TestPlatform.CrossPlatEngine (2)
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
NuGet.PackageManagement (1)
Roslyn.Diagnostics.Analyzers (2)