2 writes to InterceptorsPreviewNamespaces
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (2)
CscTests.cs (2)
229
csc.
InterceptorsPreviewNamespaces
= "NS1.NS2;NS3.NS4";
239
csc.
InterceptorsPreviewNamespaces
= "NS5.NS6;NS7.NS8";
3 references to InterceptorsPreviewNamespaces
Microsoft.Build.Tasks.CodeAnalysis (3)
Csc.cs (3)
244
AddInterceptorsNamespaces(commandLine, InterceptorsNamespaces,
InterceptorsPreviewNamespaces
);
307
set { _store[nameof(
InterceptorsPreviewNamespaces
)] = value; }
308
get { return (string?)_store[nameof(
InterceptorsPreviewNamespaces
)]; }