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