2 writes to InterceptorsNamespaces
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (2)
CscTests.cs (2)
216
csc.
InterceptorsNamespaces
= "NS1.NS2;NS3.NS4";
234
csc.
InterceptorsNamespaces
= "NS1.NS2;NS3.NS4";
4 references to InterceptorsNamespaces
Microsoft.Build.Tasks.CodeAnalysis (4)
src\Compilers\Core\MSBuildTask\Csc.cs (4)
251
AddInterceptorsNamespaces(commandLine,
InterceptorsNamespaces
, InterceptorsPreviewNamespaces);
307
set { _store[nameof(
InterceptorsNamespaces
)] = value; }
308
get { return (string?)_store[nameof(
InterceptorsNamespaces
)]; }
311
/// <remarks>Alias for <see cref="
InterceptorsNamespaces
"/>.</remarks>