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