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