20 references to Write
ILLink.RoslynAnalyzer (1)
TrimAnalysis\TrimDataFlowAnalysis.cs (1)
154 Debug.Write (tracingInfo);
Microsoft.Cci.Extensions (1)
Traversers\ResolveAllReferencesTraverser.cs (1)
108System.Diagnostics.Debug.Write("Fail");
PresentationFramework (12)
System\Windows\Controls\PasswordTextContainer.cs (2)
913Debug.Write($"({position.DebugId}) {position.Offset}/{((position.LogicalDirection == LogicalDirection.Forward) ? "f " : "b ")}"); 917Debug.Write("-/- ");
System\Windows\Documents\TextTreeDumper.cs (10)
83Debug.Write($"<{GetFlatPrefix(node)}{node.DebugId}"); 87Debug.Write(">"); 121Debug.Write("<"); 136Debug.Write($"{indent}C "); 142Debug.Write($"{indent}L "); 148Debug.Write($"{indent}R "); 174Debug.Write($"<{GetFlatPrefix(node)}{node.DebugId}"); 178Debug.Write(">"); 180Debug.Write($"</{GetFlatPrefix(node)}{node.DebugId}>"); 184Debug.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)
170Write(value?.ToString()); 177Write(message); 181Write(category + ": " + message); 194Write(message);