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