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