21 references to WriteError
dotnet-svcutil.xmlserializer (21)
Microsoft\Tools\ServiceModel\SvcUtil\ExportModule.cs (1)
89
ToolConsole.
WriteError
(error);
Microsoft\Tools\ServiceModel\SvcUtil\Options.cs (4)
439
ToolConsole.
WriteError
("Missing System.ServiceModel.Primitives");
451
ToolConsole.
WriteError
(string.Format("Fail to load the assembly {0} with the error {1}", smassembly, e.Message));
465
ToolConsole.
WriteError
(string.Format("Fail to load the assembly {0} with the error {1}", smpassembly, e.Message));
472
ToolConsole.
WriteError
("Need to pass the System.ServiceModel.Primitives.dll path through the 'smreference' parameter.");
Microsoft\Tools\ServiceModel\SvcUtil\Tool.cs (1)
58
ToolConsole.
WriteError
("Please file a bug or report the following issue with this tool:");
Microsoft\Tools\ServiceModel\SvcUtil\ToolConsole.cs (3)
58
WriteError
(SR.Format(SR.ErrUnexpectedError));
64
WriteError
(SR.Format(SR.ErrUnexpectedError));
66
WriteError
(errMsg);
Microsoft\Tools\ServiceModel\SvcUtil\XmlSerializerGenerator.cs (12)
130
ToolConsole.
WriteError
($"Not found type System.ServiceModel.Description.ContractDescription in {Tool.SMAssembly.FullName}");
137
ToolConsole.
WriteError
($"Not found property ContractType in type {contractDescriptionType}");
144
ToolConsole.
WriteError
($"Not found type System.ServiceModel.Description.XmlSerializerOperationBehaviorType in {Tool.SMAssembly.FullName}");
151
ToolConsole.
WriteError
($"Not found type System.ServiceModel.Description.OperationDescription in {Tool.SMAssembly.FullName}");
158
ToolConsole.
WriteError
($"Not found method get_Behaviors in type {operationType}");
165
ToolConsole.
WriteError
($"Not found type System.Collections.Generic.KeyedByTypeCollection`1 in {Tool.SMAssembly.FullName}");
172
ToolConsole.
WriteError
($"Not found type System.ServiceModel.Description.IOperationBehavior in {Tool.SMAssembly.FullName}");
179
ToolConsole.
WriteError
($"Cannot make Generic Type System.Collections.Generic.KeyedByTypeCollection<IOperationBehavior> in {Tool.SMAssembly.FullName}");
186
ToolConsole.
WriteError
($"Not found method find in type {keyedByTypeCollectionType}");
193
ToolConsole.
WriteError
($"Not found method Find<XmlSerializerOperationBehavior> in operation.Behaviors");
200
ToolConsole.
WriteError
($"Not found method getXmlMappings in XmlSerializerOperationBehavior");
207
ToolConsole.
WriteError
($"Not found property Operations in type {contractDescriptionType}");