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