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)
1066allTypes.UnionWith(_typesWithNonGCStaticsGenerated); 1067allTypes.UnionWith(_typesWithGCStaticsGenerated); 1068allTypes.UnionWith(_typesWithThreadStaticsGenerated);
Microsoft.DotNet.XliffTasks (1)
Tasks\EnsureAllResourcesTranslated.cs (1)
44untranslatedResourceSet.UnionWith(xlfDocument.GetUntranslatedResourceIDs());
NuGet.Commands (4)
Utility\MSBuildProjectFrameworkUtility.cs (1)
141frameworks.UnionWith(MSBuildStringUtility.Split(targetFrameworks));
Utility\RequestRuntimeUtility.cs (3)
26runtimes.UnionWith(request.Project.RuntimeGraph.Runtimes.Keys); 27runtimes.UnionWith(request.RequestedRuntimes); 31runtimes.UnionWith(request.FallbackRuntimes);
System.Collections (1)
System\Collections\Generic\SortedSet.cs (1)
1109UnionWith(other);