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