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