1 write to SourcePath
Microsoft.Build.Tasks.CodeAnalysis (1)
src\roslyn\src\Compilers\Core\MSBuildTask\CopyRefAssembly.cs (1)
33
SourcePath
= null!;
7 references to SourcePath
Microsoft.Build.Tasks.CodeAnalysis (7)
src\roslyn\src\Compilers\Core\MSBuildTask\CopyRefAssembly.cs (7)
39
AbsolutePath fullSourcePath = string.IsNullOrEmpty(
SourcePath
) ? default : TaskEnvironment.GetAbsolutePath(
SourcePath
);
44
Log.LogErrorWithCodeFromResources("General_ExpectedFileMissing",
SourcePath
);
57
Log.LogMessageFromResources(MessageImportance.High, "CopyRefAssembly_BadSource3",
SourcePath
, e.Message, e.StackTrace);
62
Log.LogMessageFromResources(MessageImportance.High, "CopyRefAssembly_SourceNotRef1",
SourcePath
);
76
Log.LogMessageFromResources(MessageImportance.Low, "CopyRefAssembly_Changed",
SourcePath
, TaskEnvironment.GetLastWriteTimeUtc(fullSourcePath).ToString("O"), source, DestinationPath, TaskEnvironment.GetLastWriteTimeUtc(fullDestinationPath).ToString("O"), destination);
92
Log.LogMessageFromResources(MessageImportance.Normal, "CopyRefAssembly_Copying",
SourcePath
, DestinationPath);