1 instantiation of FileAssociationCollection
Microsoft.Build.Tasks.Core (1)
ManifestUtil\ApplicationManifest.cs (1)
165(_fileAssociationList = new FileAssociationCollection(_fileAssociations));
2 references to FileAssociationCollection
Microsoft.Build.Tasks.Core (2)
ManifestUtil\ApplicationManifest.cs (2)
50private FileAssociationCollection _fileAssociationList; 164public FileAssociationCollection FileAssociations => _fileAssociationList ??