16 references to IndexOfAny
dotnet-dev-certs (1)
RegexGenerator.g.cs (1)
142int i = inputSpan.Slice(pos).IndexOfAny(Utilities.s_indexOfString_6561199BCBB8490829F71D3C0AB5A8D82E7C7C1A521E49F6E6880A55FADC7161);
Microsoft.AspNetCore.DeveloperCertificates.XPlat (1)
RegexGenerator.g.cs (1)
142int i = inputSpan.Slice(pos).IndexOfAny(Utilities.s_indexOfString_6561199BCBB8490829F71D3C0AB5A8D82E7C7C1A521E49F6E6880A55FADC7161);
Microsoft.AspNetCore.Shared.Tests (1)
RegexGenerator.g.cs (1)
143int i = inputSpan.Slice(pos).IndexOfAny(Utilities.s_indexOfString_6561199BCBB8490829F71D3C0AB5A8D82E7C7C1A521E49F6E6880A55FADC7161);
Microsoft.Build (1)
CanonicalError.cs (1)
309if (message.AsSpan().IndexOfAny(s_warningOrError) < 0)
Microsoft.Build.Utilities.Core (1)
CanonicalError.cs (1)
309if (message.AsSpan().IndexOfAny(s_warningOrError) < 0)
PresentationFramework (1)
MS\Internal\Globalization\BamlResourceContent.cs (1)
98int firstEscapeToken = contentSpan.IndexOfAny(s_escapeTokens);
RepoTasks (1)
RegexGenerator.g.cs (1)
142int i = inputSpan.Slice(pos).IndexOfAny(Utilities.s_indexOfString_6561199BCBB8490829F71D3C0AB5A8D82E7C7C1A521E49F6E6880A55FADC7161);
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.cs (2)
538IndexOfAny(span, values) >= 0; 2659IndexOfAny((ReadOnlySpan<char>)span, values);
src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\StringSearchValuesBase.cs (1)
13/// <see cref="MemoryExtensions.IndexOfAny(ReadOnlySpan{char}, SearchValues{string})"/> is the main
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\RegexFindOptimizations.cs (1)
727int i = textSpan.Slice(pos).IndexOfAny(LeadingStrings);
Templates.Blazor.Tests (1)
RegexGenerator.g.cs (1)
142int i = inputSpan.Slice(pos).IndexOfAny(Utilities.s_indexOfString_6561199BCBB8490829F71D3C0AB5A8D82E7C7C1A521E49F6E6880A55FADC7161);
Templates.Blazor.WebAssembly.Auth.Tests (1)
RegexGenerator.g.cs (1)
142int i = inputSpan.Slice(pos).IndexOfAny(Utilities.s_indexOfString_6561199BCBB8490829F71D3C0AB5A8D82E7C7C1A521E49F6E6880A55FADC7161);
Templates.Blazor.WebAssembly.Tests (1)
RegexGenerator.g.cs (1)
142int i = inputSpan.Slice(pos).IndexOfAny(Utilities.s_indexOfString_6561199BCBB8490829F71D3C0AB5A8D82E7C7C1A521E49F6E6880A55FADC7161);
Templates.Mvc.Tests (1)
RegexGenerator.g.cs (1)
142int i = inputSpan.Slice(pos).IndexOfAny(Utilities.s_indexOfString_6561199BCBB8490829F71D3C0AB5A8D82E7C7C1A521E49F6E6880A55FADC7161);
Templates.Tests (1)
RegexGenerator.g.cs (1)
142int i = inputSpan.Slice(pos).IndexOfAny(Utilities.s_indexOfString_6561199BCBB8490829F71D3C0AB5A8D82E7C7C1A521E49F6E6880A55FADC7161);