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