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