33 implementations of TryFormat
Microsoft.Extensions.Telemetry (1)
System.Net.Primitives (2)
System.Private.CoreLib (27)
System.Private.Uri (1)
System.Runtime.Numerics (2)
24 references to TryFormat
Microsoft.AspNetCore.Components.Forms (1)
Microsoft.AspNetCore.Components.Web (1)
Microsoft.Extensions.Compliance.Abstractions (3)
Microsoft.Extensions.Telemetry (1)
System.Console (1)
System.Diagnostics.TextWriterTraceListener (1)
System.Net.Http (1)
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (4)
1060if (value.TryFormat(RemainingCurrentChunk, out int charsWritten, format: default, provider: null))
1417if (value.TryFormat(buffer, out int charsWritten, format: default, provider: null))
1721spanFormattableArg.TryFormat(RemainingCurrentChunk, out int charsWritten, itemFormatSpan, provider))
2897if (((ISpanFormattable)value).TryFormat(destination, out int charsWritten, default, _provider)) // constrained call avoiding boxing for value types
System.Private.Windows.Core (1)
System.Private.Xml (1)
System.Reflection.Metadata (1)
System.Runtime.Numerics (1)
System.Web.HttpUtility (1)