2 writes to InterceptorsNamespaces
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (2)
CscTests.cs (2)
220csc.InterceptorsNamespaces = "NS1.NS2;NS3.NS4"; 238csc.InterceptorsNamespaces = "NS1.NS2;NS3.NS4";
4 references to InterceptorsNamespaces
Microsoft.Build.Tasks.CodeAnalysis (4)
Csc.cs (4)
244AddInterceptorsNamespaces(commandLine, InterceptorsNamespaces, InterceptorsPreviewNamespaces); 300set { _store[nameof(InterceptorsNamespaces)] = value; } 301get { return (string?)_store[nameof(InterceptorsNamespaces)]; } 304/// <remarks>Alias for <see cref="InterceptorsNamespaces"/>.</remarks>