1 write to RoslynHive
Roslyn.Compilers.Extension (1)
CompilerPackage.cs (1)
49
RoslynHive
= string.Format(@"{0}.{1}", registryParts[2], registryParts[3]);
4 references to RoslynHive
Roslyn.Compilers.Extension (4)
CompilerPackage.cs (2)
51
await WriteMSBuildFilesAsync(packagePath,
RoslynHive
, cancellationToken).ConfigureAwait(true);
56
Microsoft.Build.Evaluation.ProjectCollection.GlobalProjectCollection.SetGlobalProperty("RoslynHive",
RoslynHive
);
SetGlobalGlobalPropertiesForCPS.cs (2)
32
return CompilerPackage.
RoslynHive
!= null
33
? Task.FromResult<IImmutableDictionary<string, string>>(Empty.PropertiesMap.Add("RoslynHive", CompilerPackage.
RoslynHive
))