263 references to WriteLine
aspire (1)
Telemetry\AspireCliTelemetry.cs (1)
168Debug.WriteLine("No reported activity found to record the error event.");
Aspire.Hosting (5)
ApplicationModel\UserSecretsParameterDefault.cs (1)
31Debug.WriteLine($"Failed to set value for parameter '{parameterName}' in application '{applicationName}' to user secrets.");
UserSecrets\NoopUserSecretsManager.cs (3)
29Debug.WriteLine($"User secrets are not enabled. Cannot set secret '{name}'."); 35Debug.WriteLine($"User secrets are not enabled. Generating and adding secret '{name}' to configuration in-memory."); 42Debug.WriteLine("User secrets are not enabled. Cannot save state.");
UserSecrets\UserSecretsManagerFactory.cs (1)
132Debug.WriteLine($"Failed to save value to application user secrets.");
Aspire.Hosting.RemoteHost (1)
AtsCapabilityScanner.cs (1)
2700System.Diagnostics.Debug.WriteLine($"Failed to load XML documentation for {location}: {ex.Message}");
dotnet-aot (4)
NativeEntryPoint.cs (4)
158Debug.WriteLine($"Failed to initialize telemetry in the native entry point: {ex}"); 203Debug.WriteLine($"First-run setup failed in the AOT entry point; deferring to the managed CLI: {ex}"); 333Debug.WriteLine($"AOT external command resolution failed; falling back to managed CLI: {ex}"); 402Debug.WriteLine($"Failed to emit AOT parser telemetry: {ex}");
dotnet-format (2)
CodeFormatter.cs (2)
237Debug.WriteLine($"Including generated file '{document.FilePath}'."); 262Debug.WriteLine($"Including source generated file '{generatedDocument.FilePath}'.");
dotnet-svcutil-lib (17)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (1)
4481System.Diagnostics.Debug.WriteLine("Unhandled token: " + token.ToString());
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (8)
2268Debug.WriteLine("Selector Match!"); 2269Debug.WriteLine("Name: " + localName + "\t|\tURI: " + namespaceUri + "\n"); 2283Debug.WriteLine("Element Field Match!"); 2327Debug.WriteLine("Attribute Field Match!"); 2330Debug.WriteLine("Attribute Field Filling Value!"); 2331Debug.WriteLine("Name: " + name + "\t|\tURI: " + ns + "\t|\tValue: " + obj + "\n"); 2375Debug.WriteLine("Element Field Filling Value!"); 2376Debug.WriteLine("Name: " + localName + "\t|\tURI: " + namespaceUri + "\t|\tValue: " + typedValue + "\n");
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (8)
944Debug.WriteLine("Selector Match!"); 945Debug.WriteLine("Name: " + reader.LocalName + "\t|\tURI: " + reader.NamespaceURI + "\n"); 958Debug.WriteLine("Element Field Match!"); 1003Debug.WriteLine("Attribute Field Match!"); 1006Debug.WriteLine("Attribute Field Filling Value!"); 1007Debug.WriteLine("Name: " + name + "\t|\tURI: " + ns + "\t|\tValue: " + obj + "\n"); 1057Debug.WriteLine("Element Field Filling Value!"); 1058Debug.WriteLine("Name: " + reader.LocalName + "\t|\tURI: " + reader.NamespaceURI + "\t|\tValue: " + reader.TypedValueObject + "\n");
ILLink.RoslynAnalyzer (1)
TrimAnalysis\TrimDataFlowAnalysis.cs (1)
149Debug.WriteLine(tracingInfo);
Microsoft.Build.Tasks.Core (2)
BootstrapperUtil\BootstrapperBuilder.cs (1)
1045Debug.WriteLine($"Validation results already added for Product Code '{productCodeAttribute}'");
BootstrapperUtil\Product.cs (1)
171Debug.WriteLine($"A package with culture '{package.Culture.ToLowerInvariant()}' has already been added to product '{ProductCode}'");
Microsoft.Data.Analysis.Tests (2)
test\Microsoft.ML.TestFramework\GlobalBase.cs (2)
24System.Diagnostics.Debug.WriteLine("*** Setting test assertion handler"); 63System.Diagnostics.Debug.WriteLine("*** Restoring test assertion handler");
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\StackWalk_1.cs (2)
347Debug.WriteLine($"Skipping frame at IP=0x{gcFrame.Frame.Context.InstructionPointer:X}: {ex.Message}"); 354Debug.WriteLine($"Exception during WalkStackReferences at IP=0x{gcFrame.Frame.Context.InstructionPointer:X}: {ex.GetType().Name}: {ex.Message}");
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataValue.cs (1)
366Debug.WriteLine($"GetLocationByIndex[{loc}] addr divergence - cDAC: 0x{(ulong)*arg:X}, DAC: 0x{(ulong)argLocal:X}");
Microsoft.Extensions.Caching.Hybrid (3)
Internal\DefaultHybridCache.L2.cs (1)
172Debug.WriteLine(ex.Message);
Internal\HybridCacheEventSource.cs (2)
53Debug.WriteLine($"{nameof(HybridCacheEventSource)} counters reset!"); 231Debug.WriteLine($"{nameof(HybridCacheEventSource)}: {caller}"); // also log all event calls, for visibility
Microsoft.Extensions.Caching.Hybrid.Tests (1)
TestEventListener.cs (1)
105Debug.WriteLine($"{name}={value}");
Microsoft.Interop.SourceGeneration (2)
ArrayMarshallingInfoProvider.cs (1)
83Debug.WriteLine("Default marshallers for arrays should be a valid shape.");
ManualTypeMarshallingHelper.cs (1)
177Debug.WriteLine($"{attr} has {attr.ConstructorArguments.Length} constructor arguments - expected 3");
Microsoft.Maui (3)
HotReload\HotReloadHelper.cs (3)
97 Debug.WriteLine("You are using trying to HotReload a view that requires Parameters. Please call `HotReloadHelper.Register(this, params);` in the constructor;"); 103 Debug.WriteLine($"Error Hotreloading type: {newViewType}"); 142 Debug.WriteLine($"Error calling {method.Name} on type: {newViewType}");
Microsoft.Maui.Controls.Xaml (1)
XamlParser.cs (1)
355 Debug.WriteLine($"Failed to parse Assembly Attribute: {ex.ToString()}");
Microsoft.Maui.Essentials (9)
TextToSpeech\TextToSpeech.shared.cs (9)
118 Debug.WriteLine($"p = {p}"); 119 Debug.WriteLine($"p.Length = {p.Length}"); 120 Debug.WriteLine($"positionbegin = {positionbegin}"); 121 Debug.WriteLine($"positionend = {positionend}"); 122 Debug.WriteLine($"position = {position}"); 128 Debug.WriteLine($"------------------------------"); 129 Debug.WriteLine($"positionbegin = {positionbegin}"); 130 Debug.WriteLine($"positionend = {positionend}"); 131 Debug.WriteLine($"position = {position}");
Microsoft.Maui.Graphics (4)
PathBuilder.cs (3)
210 System.Diagnostics.Debug.WriteLine(pathAsString); 355 System.Diagnostics.Debug.WriteLine("Don't know how to handle the path command: " + command); 448 System.Diagnostics.Debug.WriteLine("Don't know how to handle the path command: " + command);
Text\AttributedTextExtensions.cs (1)
185 System.Diagnostics.Debug.WriteLine("Length should not be less then 0");
Microsoft.Maui.Graphics.Skia (1)
SkiaCanvas.cs (1)
688 System.Diagnostics.Debug.WriteLine("SkiaCanvas.DrawText not yet implemented.");
Microsoft.Maui.Graphics.Text.Markdig (1)
Renderer\SimpleCssParser.cs (1)
31 System.Diagnostics.Debug.WriteLine(exc.Message);
Microsoft.Maui.Maps (3)
Primitives\Distance.cs (3)
29 Debug.WriteLine("Negative values for distance not supported"); 39 Debug.WriteLine("Negative values for distance not supported"); 49 Debug.WriteLine("Negative values for distance not supported");
Microsoft.ML.TestFramework (2)
GlobalBase.cs (2)
24System.Diagnostics.Debug.WriteLine("*** Setting test assertion handler"); 63System.Diagnostics.Debug.WriteLine("*** Restoring test assertion handler");
Microsoft.ML.TestFrameworkCommon (1)
src\Common\tests\RetryHelper.cs (1)
62Debug.WriteLine(diagnostic);
Microsoft.ML.Tokenizers.Data.Tests (1)
src\Common\tests\RetryHelper.cs (1)
62Debug.WriteLine(diagnostic);
Microsoft.ML.Tokenizers.Tests (1)
src\Common\tests\RetryHelper.cs (1)
62Debug.WriteLine(diagnostic);
Microsoft.Private.Windows.Core (6)
System\Private\Windows\BinaryFormat\BinaryFormatWriter.cs (1)
803Debug.WriteLine($"Failed to binary format: {ex.Message}");
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
453Debug.WriteLine(ex.ToString());
System\Private\Windows\Ole\FormatEnumerator.cs (1)
37Debug.WriteLine("IDataObject.GetFormats returned null.");
Windows\Win32\System\Com\ComHelpers.cs (2)
113Debug.WriteLine($"Did not find IUnknown for {@object.GetType().Name}. {ex.Message}"); 229Debug.WriteLine($"{nameof(TryGetObjectForIUnknown)}: Failed to get object for {typeof(TObject).Name}. {ex.Message}");
Windows\Win32\System\Com\IDispatch.cs (1)
60Debug.WriteLine($"""
Microsoft.TestPlatform.Build (1)
Tasks\VSTestTask2.cs (1)
72Debug.WriteLine($"VSTESTTASK2: Received output {singleLine}, importance {messageImportance}");
Microsoft.TestPlatform.PlatformAbstractions (1)
common\Tracing\PlatformEqtTrace.cs (1)
309Debug.WriteLine("Ignore exception: " + e);
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
TestProperty\TestProperty.cs (1)
236System.Diagnostics.Debug.WriteLine("The test property type " + typeName + " of property " + Id + "is not supported.");
MSBuild (1)
XMake.cs (1)
3433Debug.WriteLine("An error has happened, throwing an exception");
NuGet.Protocol (1)
Plugins\OutboundRequestContext`1.cs (1)
260Debug.WriteLine($"Request {_request.RequestId} timed out.");
PresentationCore (34)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
2659System.Diagnostics.Debug.WriteLine(message);
System\Windows\Diagnostics\VisualDiagnostics.cs (1)
288System.Diagnostics.Debug.WriteLine(SR.Format(SR.ReentrantVisualTreeChangeWarning, nameof(VisualTreeChanged)));
System\Windows\Input\Stylus\Common\DynamicRendererThreadManager.cs (1)
251Debug.WriteLine(String.Format("Dispatcher.CriticalInvokeShutdown() Failed. Error={0}", e.NativeErrorCode));
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (2)
161System.Diagnostics.Debug.WriteLine("TabletDeviceCollection: GetRawInputDeviceInfo failed!"); 168System.Diagnostics.Debug.WriteLine("TabletDeviceCollection: GetRawInputDeviceList failed!");
System\Windows\InterOp\HwndKeyboardInputProvider.cs (8)
144System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: AcquireFocus failed!"); 171System.Diagnostics.Debug.WriteLine("HwndKeyboardInputProvider: GetMessageTime failed!"); 202System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: GetTickCount failed!"); 560System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: GetKeyState failed!"); 594System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: MapVirtualKey failed!"); 647System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: MapVirtualKey failed!"); 822System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: GetKeyboardState failed!"); 837System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: GetMessageExtraInfo failed!");
System\Windows\InterOp\HwndMouseInputProvider.cs (21)
49System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: Dispose: GetCapture failed!"); 60System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: Dispose: GetCapture failed!"); 103System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: SetCursor failed!"); 132System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: SetCapture or GetCapture failed!"); 157System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: ScreenToClient failed!"); 194System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: ReleaseCapture failed!"); 305System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: GetIntermediatePoints failed!"); 346System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: GetMessageTime failed!"); 477System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: ScreenToClient failed!"); 674System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: GetCapture failed!"); 779System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: GetCapture failed!"); 915System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: GetMessagePos failed!"); 928System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: WindowFromPoint failed!"); 958System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: GetClientRect or ScreenToClient failed!"); 1139System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: TrackMouseEvent failed!"); 1157System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: TrackMouseEvent failed!"); 1300System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: GetCursorPos failed!"); 1309System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: WindowFromPoint failed!"); 1318System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: Spurious mouse event received!"); 1393System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: GetWindowStyle or GetClientRect failed!"); 1408System.Diagnostics.Debug.WriteLine("HwndMouseInputProvider: GetMessageExtraInfo failed!");
PresentationFramework (15)
System\Windows\Controls\PasswordTextContainer.cs (2)
897Debug.WriteLine($"{_positionList.Count} entries."); 913Debug.WriteLine("");
System\Windows\Documents\SpellerStatusTable.cs (1)
736Debug.WriteLine($"{i}: {run.Position.TextContainer.Start.GetOffsetToPosition(run.Position)} {runType}");
System\Windows\Documents\TextTreeDumper.cs (10)
49Debug.WriteLine($"<{tree}/>"); 62Debug.WriteLine($"<{tree}/>"); 85Debug.WriteLine($"</{GetFlatPrefix(node)}{node.DebugId}>"); 89Debug.WriteLine("/>"); 96Debug.WriteLine($"Offset: {position.GetSymbolOffset()} {position}"); 122Debug.WriteLine("/>"); 126Debug.WriteLine(">"); 152Debug.WriteLine($"{indent}</RootNode>"); 156Debug.WriteLine($"{indent}</TextElementNode>"); 160Debug.WriteLine($"{indent}</UnknownNode>");
System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
1001Debug.WriteLine("ElementMarkupObject.Items is not implemented");
System\Windows\Markup\XamlTypeMapper.cs (1)
543Debug.WriteLine($"Reflected for type converter on {propType.Name}.{propName}");
ReachFramework (1)
AlphaFlattener\DrawingContext.cs (1)
548Debug.WriteLine("FillGeometry not implemented " + one + " " + two);
System.ComponentModel.TypeConverter (8)
System\ComponentModel\LicFileLicenseProvider.cs (1)
84Debug.WriteLine($"Looking for license in: {licenseFile}");
System\ComponentModel\ReflectPropertyDescriptor.cs (7)
88Debug.WriteLine($"Creating ReflectPropertyDescriptor for {componentClass?.FullName}.{name}"); 94Debug.WriteLine($"type == null, name == {name}"); 99Debug.WriteLine($"componentClass == null, name == {name}"); 903Debug.WriteLine($"[{Name}]: GetValue({component?.GetType().Name ?? "(null)"})"); 907Debug.WriteLine($"[{Name}]: ---> returning: null"); 943Debug.WriteLine("[" + Name + "]: ---> returning: null"); 1080Debug.WriteLine($"[{Name}]: SetValue({component?.GetType().Name ?? "(null)"}, {value?.GetType().Name ?? "(null)"})");
System.Composition.Hosting (1)
System\Composition\Hosting\Core\CycleBreakingExportDescriptor.cs (1)
49Debug.WriteLine("[System.Composition] Activating via cycle-breaking proxy.");
System.Data.OleDb (10)
OleDbDataReader.cs (10)
582Debug.WriteLine($"OleDbDataReader[{info.ordinal}, {dbColumnInfo.pwszName}]={dbType.enumOleDbType},{dbType.dataSourceType}, {dbType.wType}"); 1953Debug.WriteLine("Multiple BaseTableName detected:" 2074Debug.WriteLine($"PartialKeyColumn detected: <{name}> metaindex={metaindex}"); 2165Debug.WriteLine($"MultipleUniqueIndexes detected: <{uniqueIndexName}> <{indexname}>"); 2177Debug.WriteLine($"PartialKeyColumn detected: {name}"); 2192Debug.WriteLine($"PartialUniqueIndexes detected: <{uniqueIndexName}> <{indexname}>"); 2213Debug.WriteLine($"upgrade single unique index to be a key: <{uniqueIndexName}>"); 2457Debug.WriteLine($"Filtered Column: DBCOLUMN_GUID=DBCOL_SPECIALCOL DBCOLUMN_NAME={info.columnName} DBCOLUMN_KEYCOLUMN={info.isKeyColumn}"); 2468Debug.WriteLine($"Filtered Column: DBCOLUMN_NUMBER={info.ordinal} DBCOLUMN_NAME={info.columnName}"); 2479Debug.WriteLine($"Filtered Column: DBCOLUMN_FLAGS={info.flags:X8} DBCOLUMN_NAME={info.columnName}");
System.DirectoryServices.Protocols (27)
System\DirectoryServices\Protocols\common\BerConverter.cs (25)
23Debug.WriteLine("Begin encoding\n"); 58Debug.WriteLine("value argument is not valid, valueCount >= value.Length\n"); 65Debug.WriteLine("type should be int\n"); 80Debug.WriteLine("value argument is not valid, valueCount >= value.Length\n"); 87Debug.WriteLine("type should be boolean\n"); 102Debug.WriteLine("value argument is not valid, valueCount >= value.Length\n"); 109Debug.WriteLine("type should be string, but receiving value has type of "); 131Debug.WriteLine("value argument is not valid, valueCount >= value.Length\n"); 138Debug.WriteLine("type should be byte[], but receiving value has type of "); 154Debug.WriteLine("value argument is not valid, valueCount >= value.Length\n"); 161Debug.WriteLine("type should be string[], but receiving value has type of "); 195Debug.WriteLine("value argument is not valid, valueCount >= value.Length\n"); 202Debug.WriteLine("type should be byte[][], but receiving value has type of "); 218Debug.WriteLine("value argument is not valid, valueCount >= value.Length\n"); 225Debug.WriteLine("type should be int\n"); 238Debug.WriteLine("Format string contains undefined character: "); 239Debug.WriteLine(new string(fmt, 1)); 246Debug.WriteLine("ber_printf failed\n"); 263Debug.WriteLine("ber_flatten failed\n"); 306Debug.WriteLine("Begin decoding"); 340Debug.WriteLine("ber_scanf for {, }, [, ], n or x failed"); 365Debug.WriteLine("ber_scanf for format character 'i', 'e' or 'b' failed"); 434Debug.WriteLine("Format string contains undefined character\n"); 506Debug.WriteLine("ber_scanf for format character 'O' failed"); 626Debug.WriteLine("ber_scanf for format character 'V' failed");
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (1)
518Debug.WriteLine("rebind occurs\n");
System\DirectoryServices\Protocols\ldap\LdapPartialResultsProcessor.cs (1)
371Debug.WriteLine(e.Message);
System.Linq.Parallel (1)
System\Linq\Parallel\Utils\TraceHelpers.cs (1)
22Debug.WriteLine(string.Format(msg, args));
System.Private.CoreLib (7)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Debug.cs (7)
75WriteLine(message); 79WriteLine(string.Format(null, format, args)); 147WriteLine(value?.ToString()); 155WriteLine(string.Format(null, format, args)); 162WriteLine(message); 166WriteLine(category + ": " + message); 258WriteLine(message);
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\TypeLoaderLogger.cs (1)
31Debug.WriteLine("[" + hash.LowLevelToString() + "] " + message);
System.Private.Windows.Core (7)
System\Private\Windows\BinaryFormat\BinaryFormatWriter.cs (1)
803Debug.WriteLine($"Failed to binary format: {ex.Message}");
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
453Debug.WriteLine(ex.ToString());
System\Private\Windows\Ole\FormatEnumerator.cs (1)
37Debug.WriteLine("IDataObject.GetFormats returned null.");
Windows\Win32\System\Com\ComHelpers.cs (3)
113Debug.WriteLine($"Did not find IUnknown for {@object.GetType().Name}. {ex.Message}"); 153Debug.WriteLine($"{nameof(TryGetObjectForIUnknown)}: Found a manual CCW, but couldn't unwrap to {typeof(TWrapper).Name}"); 229Debug.WriteLine($"{nameof(TryGetObjectForIUnknown)}: Failed to get object for {typeof(TObject).Name}. {ex.Message}");
Windows\Win32\System\Com\IDispatch.cs (1)
60Debug.WriteLine($"""
System.Private.Xml (17)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
4393System.Diagnostics.Debug.WriteLine($"Unhandled token: {token}");
System\Xml\Schema\XmlSchemaValidator.cs (8)
2242Debug.WriteLine("Selector Match!"); 2243Debug.WriteLine($"Name: {localName}\t|\tURI: {namespaceUri}\n"); 2257Debug.WriteLine("Element Field Match!"); 2301Debug.WriteLine("Attribute Field Match!"); 2304Debug.WriteLine("Attribute Field Filling Value!"); 2305Debug.WriteLine($"Name: {name}\t|\tURI: {ns}\t|\tValue: {obj}\n"); 2349Debug.WriteLine("Element Field Filling Value!"); 2350Debug.WriteLine($"Name: {localName}\t|\tURI: {namespaceUri}\t|\tValue: {typedValue}\n");
System\Xml\Schema\XsdValidator.cs (8)
926Debug.WriteLine("Selector Match!"); 927Debug.WriteLine($"Name: {reader.LocalName}\t|\tURI: {reader.NamespaceURI}\n"); 940Debug.WriteLine("Element Field Match!"); 985Debug.WriteLine("Attribute Field Match!"); 988Debug.WriteLine("Attribute Field Filling Value!"); 989Debug.WriteLine($"Name: {name}\t|\tURI: {ns}\t|\tValue: {obj}\n"); 1040Debug.WriteLine("Element Field Filling Value!"); 1041Debug.WriteLine($"Name: {reader.LocalName}\t|\tURI: {reader.NamespaceURI}\t|\tValue: {reader.TypedValueObject}\n");
System.Runtime.Caching (1)
System\Runtime\Caching\Dbg.cs (1)
44Debug.WriteLine(output);
System.Speech (17)
Internal\Synthesis\VoiceSynthesis.cs (1)
1505Debug.WriteLine("ProcessPostData: post data is not a TTSEvent object");
Recognition\RecognizerBase.cs (16)
564Debug.WriteLine("Grammar loads completed, recognition started."); 568Debug.WriteLine("Problem starting recognition - sapi exception."); 573Debug.WriteLine("Problem starting recognition - unknown exception."); 1699Debug.WriteLine("Loading grammar asynchronously."); 1733Debug.WriteLine("Finished Loading grammar asynchronously."); 1743Debug.WriteLine("Failed to load grammar asynchronously."); 1762Debug.WriteLine("Raising LoadGrammarCompleted event."); 2007Debug.WriteLine("Waiting for any pending grammar loads to complete."); 2026Debug.WriteLine("Problem loading grammars."); 2037Debug.WriteLine("Recognition cancelled while waiting for grammars to load."); 2050Debug.WriteLine("Grammar loads completed, recognition started."); 2055Debug.WriteLine("Problem starting recognition - sapi exception."); 2060Debug.WriteLine("Problem starting recognition - unknown exception."); 2077Debug.WriteLine("Firing RecognizeCompleted because recognition didn't start as expected."); 2712Debug.WriteLine("Added bookmark: " + bookmarkId + " " + userToken); 2768Debug.WriteLine("Fired bookmark: " + bookmarkId + " " + userToken);
System.Windows.Forms (10)
System\Resources\ResXDataNode.cs (1)
365Debug.WriteLine($"Converter for {type.FullName} doesn't support string conversion");
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
67Debug.WriteLine($"No proxy for {name}, returning null");
System\Windows\Forms\ActiveX\AxHost.PropertyBagStream.cs (2)
39Debug.WriteLine($"PropertyBagStream: {nameof(NrbfDecoder)} failed with {ex.Message}"); 114Debug.WriteLine($"PropertyBagStream.Save: {nameof(NrbfDecoder)} failed with {ex.Message}");
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
602Debug.WriteLine($"Failed to get property for dispid {dispid}: {hr}");
System\Windows\Forms\Application.ThreadContext.cs (2)
111Debug.WriteLine("Creating parking form!"); 186Debug.WriteLine("Creating marshalling control!");
System\Windows\Forms\ComponentModel\COM2Interop\COM2Properties.cs (1)
170Debug.WriteLine($"Adding browsing handler type {handler.GetType().Name} to object.");
System\Windows\Forms\Control.cs (1)
11907Debug.WriteLine("Could not create buffered graphics, will paint in the surface directly");
System\Windows\Forms\Form.cs (1)
4594Debug.WriteLine($"AutoScaleFactor computed for new DPI = {autoScaleFactor.Width} - {autoScaleFactor.Height}");
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\CodeDomDesignerLoader.cs (1)
149Debug.WriteLine(line);
System.Windows.Forms.Primitives (4)
System\Diagnostics\TraceSwitchExtensions.cs (2)
17Debug.WriteLine(message); 26Debug.WriteLine(message.ToStringAndClear());
Windows\Win32\PInvoke.UiaDisconnectProvider.cs (1)
21Debug.WriteLine($"UiaDisconnectProvider failed with {result}");
Windows\Win32\System\Ole\ClassPropertyDispatchAdapter.cs (1)
51Debug.WriteLine($"Already found name {name}");
System.Windows.Input.Manipulations (1)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (1)
755Debug.WriteLine("Too long extrapolation, stop it.");
System.Xaml (1)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
1900Debug.WriteLine(SR.Format(SR.DictionaryFirstChanceException, ctx.ParentType, key, ctx.ParentType.KeyType));
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\Accessible.cs (2)
1158Debug.WriteLine(string.Format(CultureInfo.CurrentCulture, "Unexpected exception thrown for AccessibleChildren: {0}", e)); 1166Debug.WriteLine(string.Format(CultureInfo.CurrentCulture, "Unexpected hresult from AccessibleChildren: {0} count is {1} and actualCount is {2}", hr, count, actualCount));
MS\Internal\AutomationProxies\EventManager.cs (1)
119System.Diagnostics.Debug.WriteLine(string.Format(CultureInfo.CurrentCulture, "Unexpected idProp {0} for idOject 0x{1:x8} on element {2} for event {3}", idProp, idObject, el, eventId));
MS\Win32\UnsafeNativeMethods.cs (1)
395Debug.WriteLine("GetWindowLong failed. Error = " + error);
UIAutomationTypes (7)
src\wpf\src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\UnsafeNativeMethodsCLR.cs (7)
250Debug.WriteLine("CloseHandle failed. Error = " + error); 273Debug.WriteLine("UnmapViewOfFile failed. Error = " + error); 334Debug.WriteLine("GetCursorPos failed!"); 903Debug.WriteLine("DestroyIcon failed. Error = " + error); 924Debug.WriteLine("DeleteObject failed. Error = " + error); 963Debug.WriteLine("CreateBitmap failed. Error = " + error); 978Debug.WriteLine("CreateIconIndirect failed. Error = " + error);
vstest.console (3)
Internal\MSBuildLogger.cs (3)
172Debug.WriteLine(">>>>ERR:" + result.ErrorMessage); 173Debug.WriteLine(">>>>STK:" + result.ErrorStackTrace); 246Debug.WriteLine($"MSBUILDLOGGER: {message}");
vstest.console.arm64 (3)
src\vstest\src\vstest.console\Internal\MSBuildLogger.cs (3)
172Debug.WriteLine(">>>>ERR:" + result.ErrorMessage); 173Debug.WriteLine(">>>>STK:" + result.ErrorStackTrace); 246Debug.WriteLine($"MSBUILDLOGGER: {message}");