8 references to Compare
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\ExternalReferencesTableNode.cs (1)
111
return string.
Compare
(_blobName, ((ExternalReferencesTableNode)other)._blobName);
illink (1)
Linker\MessageOrigin.cs (1)
157
return string.
Compare
(FileName, other.FileName);
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\UseStringEqualsOverStringCompare.cs (1)
221
/// <item>The other operand is any invocation of <see cref="string.
Compare
(string, string)"/></item>
Microsoft.NetCore.Analyzers\Runtime\UseStringEqualsOverStringCompare.Fixer.cs (1)
168
/// Replaces <see cref="string.
Compare
(string, string)"/> violations.
Microsoft.NET.Sdk.Publish.Tasks (1)
MsDeploy\VsMSDeployObject.cs (1)
239
if (0 == string.
Compare
(m_provider, MSWebDeploymentAssembly.DynamicAssembly?.GetEnumValue(MSDeploy.TypeName.DeploymentWellKnownProvider, MSDeploy.Provider.DBFullSql)?.ToString())
PresentationFramework (1)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
505
return String.
Compare
(one.Key.ToString(), two.Key.ToString());
System.DirectoryServices (1)
System\DirectoryServices\ActiveDirectory\Utils.cs (1)
1852
return string.
Compare
(s1, s2);
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\CollectionDataContract.cs (1)
1326
Array.Sort(parentInterfaceTypes, (x, y) => string.
Compare
(x.FullName, y.FullName));