30 references to Combine
Microsoft.AspNetCore.Http.ValidationsGenerator (1)
ValidationsGenerator.cs (1)
41.Combine(validatableTypes);
Microsoft.AspNetCore.OpenApi.SourceGenerators (1)
XmlCommentGenerator.cs (1)
26.Combine(context.CompilationProvider)
Microsoft.CodeAnalysis (2)
SourceGeneration\Nodes\SyntaxValueProvider_ForAttributeWithMetadataName.cs (1)
90.Combine(_context.CompilationProvider)
SourceGeneration\Nodes\SyntaxValueProvider_ForAttributeWithSimpleName.cs (1)
104.Combine(allUpGlobalAliasesProvider)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (5)
SourceGeneration\GeneratorDriverFuzzTests.cs (1)
215var provider4 = provider4_1.Combine(provider4_2.Collect()).Select((pair, _)
SourceGeneration\SyntaxAwareGeneratorTests.cs (4)
1744var source2 = source.Combine(context.AdditionalTextsProvider.Collect()) 1745.Combine(context.AnalyzerConfigOptionsProvider) 1746.Combine(context.ParseOptionsProvider); 1800var joinedSource = source.Combine(comparerSource.Collect());
Microsoft.CodeAnalysis.Features.UnitTests (1)
EditAndContinue\CompileTimeSolutionProviderTests.cs (1)
88var sources = context.AdditionalTextsProvider.Combine(isDisabled).Select((pair, ct) =>
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
AbstractResxGenerator.cs (2)
52var resourceFilesToGenerateSource = resourceFiles.Combine(context.AnalyzerConfigOptionsProvider.Combine(compilationInformation)).SelectMany( 176var resourceFilesToGenerateSourceWithNames = resourceFilesToGenerateSource.Combine(renameMapping).Select(
Microsoft.Interop.ComInterfaceGenerator (5)
ComClassGenerator.cs (1)
28.Combine(unsafeCodeIsEnabled)
ComInterfaceGenerator.cs (3)
47var interfaceSymbolOrDiagnostics = attributedInterfaces.Combine(stubEnvironment).Select(static (data, ct) => 101.Combine(methodInfoToSymbolMap) 102.Combine(stubEnvironment)
VtableIndexStubGenerator.cs (1)
66.Combine(context.CreateStubEnvironmentProvider())
Microsoft.Interop.JavaScript.JSImportGenerator (3)
JSExportGenerator.cs (2)
76.Combine(stubEnvironment) 106.Combine(registration)
JSImportGenerator.cs (1)
77.Combine(stubEnvironment)
Microsoft.Interop.LibraryImportGenerator (3)
LibraryImportGenerator.cs (3)
87.Combine(stubEnvironment) 88.Combine(stubOptions) 100.Combine(stubOptions)
Microsoft.Interop.LibraryImportGenerator.Downlevel (1)
DownlevelLibraryImportGenerator.cs (1)
66.Combine(stubEnvironment)
Microsoft.Maui.Controls.SourceGen (4)
CodeBehindGenerator.cs (4)
43 .Combine(initContext.AnalyzerConfigOptionsProvider) 70 .Combine(xmlnsDefinitionsProvider) 71 .Combine(referenceTypeCacheProvider) 72 .Combine(referenceCompilationProvider)
System.Private.CoreLib.Generators (1)
NativeRuntimeEventSourceGenerator.cs (1)
24IncrementalValuesProvider<(AdditionalText Left, System.Collections.Immutable.ImmutableArray<AdditionalText> Right)> combined = manifestFiles.Combine(inclusionFiles.Collect());
System.Text.Json.SourceGeneration (1)
JsonSourceGenerator.Roslyn4.0.cs (1)
42.Combine(knownTypeSymbols)