2 writes to _rootTemporaryPathWithGuid
Microsoft.CodeAnalysis.Features (2)
MetadataAsSource\MetadataAsSourceFileService.cs (2)
68
_rootTemporaryPathWithGuid
= Path.Combine(_rootTemporaryPath, guidString);
247
_rootTemporaryPathWithGuid
= null;
2 references to _rootTemporaryPathWithGuid
Microsoft.CodeAnalysis.Features (2)
MetadataAsSource\MetadataAsSourceFileService.cs (2)
65
if (
_rootTemporaryPathWithGuid
== null)
72
return
_rootTemporaryPathWithGuid
;