4 references to Utf8Output
Microsoft.Build.Tasks.CodeAnalysis (4)
ManagedCompiler.cs (4)
399set { _store[nameof(Utf8Output)] = value; } 400get { return _store.GetOrDefault(nameof(Utf8Output), false); } 462return (Utf8Output) ? Encoding.UTF8 : base.StandardOutputEncoding; 929commandLine.AppendWhenTrue("/utf8output", _store, nameof(Utf8Output));