5 references to EndsWith
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\AvoidConstArrays.Fixer.cs (1)
193bool hasCollectionEnding = s_collectionMemberEndings.Any(x => parameterName.EndsWith(x, true, CultureInfo.InvariantCulture));
Microsoft.NET.Build.Containers (1)
Registry\Registry.cs (1)
131if (baseUri.OriginalString.EndsWith(port, ignoreCase: true, culture: null))
PresentationBuildTasks (1)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\SystemResourceKey.cs (1)
383if (memberName.EndsWith("Key", false, TypeConverterHelper.InvariantEnglishUS))
PresentationFramework (1)
System\Windows\SystemResourceKey.cs (1)
383if (memberName.EndsWith("Key", false, TypeConverterHelper.InvariantEnglishUS))
System.Xaml (1)
System\Xaml\XamlXmlWriter.cs (1)
668if (type.IsMarkupExtension && type.Name.EndsWith("Extension", false, TypeConverterHelper.InvariantEnglishUS))