21 references to Write
ILLink.RoslynAnalyzer (1)
TrimAnalysis\TrimDataFlowAnalysis.cs (1)
159 Debug.Write (tracingInfo);
Microsoft.Cci.Extensions (1)
Traversers\ResolveAllReferencesTraverser.cs (1)
108System.Diagnostics.Debug.Write("Fail");
PresentationFramework (12)
System\Windows\Controls\PasswordTextContainer.cs (2)
910Debug.Write($"({position.DebugId}) {position.Offset}/{((position.LogicalDirection == LogicalDirection.Forward) ? "f " : "b ")}"); 914Debug.Write("-/- ");
System\Windows\Documents\TextTreeDumper.cs (10)
80Debug.Write($"<{GetFlatPrefix(node)}{node.DebugId}"); 84Debug.Write(">"); 118Debug.Write("<"); 133Debug.Write($"{indent}C "); 139Debug.Write($"{indent}L "); 145Debug.Write($"{indent}R "); 171Debug.Write($"<{GetFlatPrefix(node)}{node.DebugId}"); 175Debug.Write(">"); 177Debug.Write($"</{GetFlatPrefix(node)}{node.DebugId}>"); 181Debug.Write("/>");
System.Diagnostics.TraceSource (2)
System\Diagnostics\DefaultTraceListener.cs (2)
116/// Writes the output using <see cref="System.Diagnostics.Debug.Write(string)"/>. 126/// Writes the output followed by a line terminator using <see cref="System.Diagnostics.Debug.Write(string)"/>.
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Debug.cs (4)
171Write(value?.ToString()); 178Write(message); 182Write(category + ": " + message); 195Write(message);
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (1)
257Debug.Write(_thisRowID.ToString(CultureInfo.CurrentCulture));