Implemented interface member:
method
ExceptWith
System.Collections.Generic.ISet<T>.ExceptWith(System.Collections.Generic.IEnumerable<T>)
3 references to ExceptWith
ILCompiler.Compiler (2)
Compiler\UsageBasedTypeMapManager.cs (2)
114emptyMapsToGenerate.ExceptWith(generatedMaps); 133emptyMapsToGenerate.ExceptWith(generatedMaps);
NuGet.Commands (1)
RestoreCommand\Utility\MSBuildRestoreUtility.cs (1)
601result.ExceptWith(excludeValues);