3 references to InterceptorsPreviewNamespaces
Microsoft.Build.Tasks.CodeAnalysis.Sdk (3)
src\Compilers\Core\MSBuildTask\Csc.cs (3)
244
AddInterceptorsNamespaces(commandLine, InterceptorsNamespaces,
InterceptorsPreviewNamespaces
);
307
set { _store[nameof(
InterceptorsPreviewNamespaces
)] = value; }
308
get { return (string?)_store[nameof(
InterceptorsPreviewNamespaces
)]; }