2 references to RootNamespace
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\BuildPropertyNames.cs (1)
19
public const string RootNamespace = nameof(
RootNamespace
);
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
ProjectSystemShim\CPS\AdditionalPropertiesTests.cs (1)
35
project.SetProperty(BuildPropertyNames.
RootNamespace
, rootNamespace);