Base:
4 references to Equals
Microsoft.DotNet.AsmDiff (1)
MefHelpers.cs (1)
51
if (!contract.
Equals
(constrainedSubset))
System.Composition.Hosting (1)
System\Composition\Hosting\Providers\CurrentScope\CurrentScopeExportDescriptorProvider.cs (1)
15
if (!contract.
Equals
(s_currentScopeContract))
System.Composition.TypedParts (2)
System\Composition\Hosting\SinglePartExportDescriptorProvider.cs (1)
34
if (!contract.
Equals
(constrainedSubset))
System\Composition\TypedParts\TypedPartExportDescriptorProvider.cs (1)
94
if (constrainedSubset.
Equals
(contract))