3 references to ApiExclusionListPath
Microsoft.DotNet.GenFacades (3)
NotSupportedAssemblyGenerator.cs (3)
47if (!string.IsNullOrEmpty(ApiExclusionListPath) && File.Exists(ApiExclusionListPath)) 49apiExclusions = File.ReadAllLines(ApiExclusionListPath);