3 writes to _escapedFullPath
Microsoft.Build (3)
Construction\ProjectRootElement.cs (3)
383public string EscapedFullPath => _escapedFullPath ?? (_escapedFullPath = ProjectCollection.Escape(FullPath)); 419_escapedFullPath = null; 2073_escapedFullPath = null;
1 reference to _escapedFullPath
Microsoft.Build (1)
Construction\ProjectRootElement.cs (1)
383public string EscapedFullPath => _escapedFullPath ?? (_escapedFullPath = ProjectCollection.Escape(FullPath));