3 writes to StaticWebAssetRelativeUrl
dotnet-watch (1)
Watch\MsBuildFileSetFactory.cs (1)
115
StaticWebAssetRelativeUrl
= staticWebAssetPath,
Microsoft.DotNet.HotReload.Watch (2)
Build\EvaluationResult.cs (1)
227
StaticWebAssetRelativeUrl
= staticWebAssetRelativeUrl,
HotReload\HotReloadDotNetWatcher.cs (1)
572
Item = changedFile.Item with {
StaticWebAssetRelativeUrl
= staticWebAssetUrl }
7 references to StaticWebAssetRelativeUrl
dotnet-watch (2)
Watch\StaticFileHandler.cs (2)
24
if (file.
StaticWebAssetRelativeUrl
is null)
44
filesPerServer.Add(StaticWebAsset.WebRoot + "/" + file.
StaticWebAssetRelativeUrl
);
Microsoft.DotNet.HotReload.Watch (5)
Build\BuildReporter.cs (2)
31
logger.Log(MessageDescriptor.WatchingFilesForChanges_FilePath, file.
StaticWebAssetRelativeUrl
!= null
32
? $"{file.FilePath}{Path.PathSeparator}{string.Join(Path.PathSeparator, file.
StaticWebAssetRelativeUrl
)}"
HotReload\CompilationHandler.cs (3)
695
if (!isScopedCss && file.
StaticWebAssetRelativeUrl
is null)
759
Debug.Assert(file.
StaticWebAssetRelativeUrl
!= null);
761
relativeUrl = file.
StaticWebAssetRelativeUrl
;