42 references to Create
Microsoft.Extensions.Http.Diagnostics (1)
PresentationCore (1)
PresentationFramework (6)
System.ComponentModel.TypeConverter (1)
System.Console (2)
System.Diagnostics.DiagnosticSource (2)
System.Diagnostics.Process (9)
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcFsStat.cs (7)
77string.Create(null, stackalloc char[256], $"{RootPath}{(uint)pid}{ExeFileName}");
81string.Create(null, stackalloc char[256], $"{RootPath}{(uint)pid}{CmdLineFileName}");
85string.Create(null, stackalloc char[256], $"{RootPath}{(uint)pid}{StatFileName}");
89string.Create(null, stackalloc char[256], $"{RootPath}{(uint)pid}{TaskDirectoryName}");
93string.Create(null, stackalloc char[256], $"{RootPath}{(uint)pid}{FileDescriptorDirectoryName}");
96pid == ProcPid.Self ? string.Create(null, stackalloc char[256], $"{RootPath}{Self}{TaskDirectoryName}{(uint)tid}{StatFileName}") :
97string.Create(null, stackalloc char[256], $"{RootPath}{(uint)pid}{TaskDirectoryName}{(uint)tid}{StatFileName}");
System.Diagnostics.TraceSource (4)
System\Diagnostics\TraceListener.cs (4)
177TraceEvent(eventCache, source, TraceEventType.Transfer, id, string.Create(null, stackalloc char[256], $"{message}, relatedActivityId={relatedActivityId}"));
383Write(string.Create(CultureInfo.InvariantCulture, stackalloc char[256], $"{source} {eventType}: {id} : "));
424WriteLine(string.Create(null, stackBuffer, $"DateTime={eventCache.DateTime:o}"));
427WriteLine(string.Create(null, stackBuffer, $"Timestamp={eventCache.Timestamp}"));
System.IO.IsolatedStorage (1)
System.Net.Http (5)
System.Net.Primitives (1)
System.Private.CoreLib (7)
System.Private.Xml (2)