21 references to Write
ILLink.RoslynAnalyzer (1)
TrimAnalysis\TrimDataFlowAnalysis.cs (1)
168Debug.Write(tracingInfo);
Microsoft.Cci.Extensions (1)
Traversers\ResolveAllReferencesTraverser.cs (1)
108System.Diagnostics.Debug.Write("Fail");
PresentationFramework (12)
System\Windows\Controls\PasswordTextContainer.cs (2)
909Debug.Write($"({position.DebugId}) {position.Offset}/{((position.LogicalDirection == LogicalDirection.Forward) ? "f " : "b ")}"); 913Debug.Write("-/- ");
System\Windows\Documents\TextTreeDumper.cs (10)
79Debug.Write($"<{GetFlatPrefix(node)}{node.DebugId}"); 83Debug.Write(">"); 117Debug.Write("<"); 132Debug.Write($"{indent}C "); 138Debug.Write($"{indent}L "); 144Debug.Write($"{indent}R "); 170Debug.Write($"<{GetFlatPrefix(node)}{node.DebugId}"); 174Debug.Write(">"); 176Debug.Write($"</{GetFlatPrefix(node)}{node.DebugId}>"); 180Debug.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));