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