58 references to Split
ClientSample (2)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (2)
160longOption = arg.Substring(2).Split(new[] { ':', '=' }, 2); 164shortOption = arg.Substring(1).Split(new[] { ':', '=' }, 2);
dotnet-dev-certs (2)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (2)
160longOption = arg.Substring(2).Split(new[] { ':', '=' }, 2); 164shortOption = arg.Substring(1).Split(new[] { ':', '=' }, 2);
dotnet-getdocument (2)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (2)
160longOption = arg.Substring(2).Split(new[] { ':', '=' }, 2); 164shortOption = arg.Substring(1).Split(new[] { ':', '=' }, 2);
dotnet-openapi (2)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (2)
160longOption = arg.Substring(2).Split(new[] { ':', '=' }, 2); 164shortOption = arg.Substring(1).Split(new[] { ':', '=' }, 2);
dotnet-sql-cache (2)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (2)
160longOption = arg.Substring(2).Split(new[] { ':', '=' }, 2); 164shortOption = arg.Substring(1).Split(new[] { ':', '=' }, 2);
dotnet-user-jwts (2)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (2)
160longOption = arg.Substring(2).Split(new[] { ':', '=' }, 2); 164shortOption = arg.Substring(1).Split(new[] { ':', '=' }, 2);
dotnet-user-secrets (2)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (2)
160longOption = arg.Substring(2).Split(new[] { ':', '=' }, 2); 164shortOption = arg.Substring(1).Split(new[] { ':', '=' }, 2);
GetDocument.Insider (2)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (2)
160longOption = arg.Substring(2).Split(new[] { ':', '=' }, 2); 164shortOption = arg.Substring(1).Split(new[] { ':', '=' }, 2);
Microsoft.AspNetCore.Authentication.Test (1)
CookieTests.cs (1)
1921transaction.CookieNameValue = transaction.SetCookie.Split(new[] { ';' }, 2).First();
Microsoft.AspNetCore.Identity.InMemory.Test (1)
FunctionalTest.cs (1)
450transaction.CookieNameValue = transaction.SetCookie.Split(new[] { ';' }, 2).First();
Microsoft.AspNetCore.Shared.Tests (2)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (2)
160longOption = arg.Substring(2).Split(new[] { ':', '=' }, 2); 164shortOption = arg.Substring(1).Split(new[] { ':', '=' }, 2);
Microsoft.Build.Framework (1)
NativeMethods.cs (1)
1410string[] statFields = line.Substring(line.LastIndexOf(')')).Split(MSBuildConstants.SpaceChar, 4);
Microsoft.Build.Tasks.UnitTests (1)
QuotingUtilities.cs (1)
137foreach (string splitPiece in splitString.ToString().Split(s_splitMarker, maxSplits))
Microsoft.Build.Utilities.Core (1)
ToolTask.cs (1)
1365string[] nameValuePair = entry.Split(s_equalsSplitter, 2);
Microsoft.DotNet.Arcade.Sdk (1)
src\InstallDotNetCore.cs (1)
221var parts = runtime.Split(new char[] { '/' }, 2);
Microsoft.DotNet.Helix.Sdk (1)
ProvisioningProfileProvider.cs (1)
136string appBundleName = entry.FullName.Split(new[] { '/' }, 2).First();
Microsoft.Extensions.ApiDescription.Client (1)
MetadataSerializer.cs (1)
101var keyAndValue = segment.Split(new[] { '=' }, count: 2);
Microsoft.Extensions.Logging.EventSource (1)
LoggingEventSource.cs (1)
441string[] parts = rule.Split(s_colon, 2);
Microsoft.Maui.Controls (6)
Shapes\StrokeShapeTypeConverter.cs (5)
42 var parts = strValue.Split(Delimiter, 2); 64 var parts = strValue.Split(Delimiter, 2); 79 var parts = strValue.Split(Delimiter, 2); 94 var parts = strValue.Split(Delimiter, 2); 114 var parts = strValue.Split(Delimiter, 2);
Shell\ShellUriHandler.cs (1)
21 var pathAndQueryString = path.OriginalString.Split(new[] { '?' }, 2);
Microsoft.Maui.Controls.Build.Tasks (5)
CompiledConverters\StrokeShapeTypeConverter.cs (5)
33 var parts = value.Split(ShapeConverter.Delimiter, 2); 85 var parts = value.Split(ShapeConverter.Delimiter, 2); 104 var parts = value.Split(ShapeConverter.Delimiter, 2); 132 var parts = value.Split(ShapeConverter.Delimiter, 2); 166 var parts = value.Split(ShapeConverter.Delimiter, 2);
Microsoft.Maui.Resizetizer (1)
Utils.cs (1)
41 var parts = size.Split(new char[] { ',', ';' }, 2);
MSBuild (3)
QuotingUtilities.cs (1)
137foreach (string splitPiece in splitString.ToString().Split(s_splitMarker, maxSplits))
XMake.cs (2)
369string[] parameterSections = parameter.Split(s_propertyValueSeparator, 2); 3778string[] parameterSections = parameter.Split(s_propertyValueSeparator, 2);
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\ReflectionHelper.cs (1)
86string[] nameFrags = typeName.Split(new char[] { ',' }, 2);
Swaggatherer (2)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (2)
160longOption = arg.Substring(2).Split(new[] { ':', '=' }, 2); 164shortOption = arg.Substring(1).Split(new[] { ':', '=' }, 2);
System.Xaml (1)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\ReflectionHelper.cs (1)
86string[] nameFrags = typeName.Split(new char[] { ',' }, 2);
Templates.Blazor.Tests (2)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (2)
160longOption = arg.Substring(2).Split(new[] { ':', '=' }, 2); 164shortOption = arg.Substring(1).Split(new[] { ':', '=' }, 2);
Templates.Blazor.WebAssembly.Auth.Tests (2)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (2)
160longOption = arg.Substring(2).Split(new[] { ':', '=' }, 2); 164shortOption = arg.Substring(1).Split(new[] { ':', '=' }, 2);
Templates.Blazor.WebAssembly.Tests (2)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (2)
160longOption = arg.Substring(2).Split(new[] { ':', '=' }, 2); 164shortOption = arg.Substring(1).Split(new[] { ':', '=' }, 2);
Templates.Mvc.Tests (2)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (2)
160longOption = arg.Substring(2).Split(new[] { ':', '=' }, 2); 164shortOption = arg.Substring(1).Split(new[] { ':', '=' }, 2);
Templates.Tests (2)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (2)
160longOption = arg.Substring(2).Split(new[] { ':', '=' }, 2); 164shortOption = arg.Substring(1).Split(new[] { ':', '=' }, 2);
Wasm.Performance.ConsoleHost (2)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (2)
160longOption = arg.Substring(2).Split(new[] { ':', '=' }, 2); 164shortOption = arg.Substring(1).Split(new[] { ':', '=' }, 2);