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