3 references to GetMSBuildRelativePathAsync
Roslyn.Compilers.Extension (3)
CompilerPackage.cs (3)
72
filesToWrite.Add(await
GetMSBuildRelativePathAsync
($@"Imports\Microsoft.Common.props\ImportBefore\Roslyn.Compilers.Extension.{hiveName}.props", cancellationToken).ConfigureAwait(true),
97
filesToWrite.Add(await
GetMSBuildRelativePathAsync
($@"Microsoft.CSharp.targets\ImportBefore\Roslyn.Compilers.Extension.{hiveName}.targets", cancellationToken).ConfigureAwait(true), targetsContent);
98
filesToWrite.Add(await
GetMSBuildRelativePathAsync
($@"Microsoft.VisualBasic.targets\ImportBefore\Roslyn.Compilers.Extension.{hiveName}.targets", cancellationToken).ConfigureAwait(true), targetsContent);