2 writes to _fileAssociations
Microsoft.Build.Tasks.Core (2)
ManifestUtil\ApplicationManifest.cs (2)
241_fileAssociations = _fileAssociationList.ToArray(); 823set => _fileAssociations = value;
2 references to _fileAssociations
Microsoft.Build.Tasks.Core (2)
ManifestUtil\ApplicationManifest.cs (2)
165(_fileAssociationList = new FileAssociationCollection(_fileAssociations)); 822get => _fileAssociations;