Implemented interface member:
method
UnionWith
System.Collections.Generic.ISet<T>.UnionWith(System.Collections.Generic.IEnumerable<T>)
9 references to UnionWith
ILCompiler.Compiler (3)
Compiler\MetadataManager.cs (3)
1066
allTypes.
UnionWith
(_typesWithNonGCStaticsGenerated);
1067
allTypes.
UnionWith
(_typesWithGCStaticsGenerated);
1068
allTypes.
UnionWith
(_typesWithThreadStaticsGenerated);
Microsoft.DotNet.XliffTasks (1)
Tasks\EnsureAllResourcesTranslated.cs (1)
44
untranslatedResourceSet.
UnionWith
(xlfDocument.GetUntranslatedResourceIDs());
NuGet.Commands (4)
Utility\MSBuildProjectFrameworkUtility.cs (1)
141
frameworks.
UnionWith
(MSBuildStringUtility.Split(targetFrameworks));
Utility\RequestRuntimeUtility.cs (3)
26
runtimes.
UnionWith
(request.Project.RuntimeGraph.Runtimes.Keys);
27
runtimes.
UnionWith
(request.RequestedRuntimes);
31
runtimes.
UnionWith
(request.FallbackRuntimes);
System.Collections (1)
System\Collections\Generic\SortedSet.cs (1)
1109
UnionWith
(other);