7 references to WriteWarning
dotnet-svcutil.xmlserializer (7)
Microsoft\Tools\ServiceModel\SvcUtil\InputModule.cs (1)
240
ToolConsole.
WriteWarning
(SR.Format(SR.WrnCouldNotLoadTypesFromReferenceAssemblyAt, assembly.Location));
Microsoft\Tools\ServiceModel\SvcUtil\Options.cs (1)
377
ToolConsole.
WriteWarning
(SR.Format(SR.ErrCouldNotLoadReferenceAssemblyAt, path));
Microsoft\Tools\ServiceModel\SvcUtil\ToolRuntime.cs (1)
31
ToolConsole.
WriteWarning
(System.SR.WrnToolIsUsedDirectly);
Microsoft\Tools\ServiceModel\SvcUtil\XmlSerializerGenerator.cs (4)
35
ToolConsole.
WriteWarning
(SR.Format(SR.WrnOptionConflictsWithInput, Options.Cmd.Out));
53
ToolConsole.
WriteWarning
(SR.Format(SR.WrnNoServiceContractTypes, assembly.GetName().CodeBase));
58
ToolConsole.
WriteWarning
(SR.Format(SR.WrnNoXmlSerializerOperationBehavior, assembly.GetName().CodeBase));
124
ToolConsole.
WriteWarning
(SR.Format(SR.WrnUnableToLoadContractForSGen, contractType, errorMessage));