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